Revert "chore(api): install django-rest-framework from git (#2518)"

This reverts commit df7848c4bd.
This commit is contained in:
jo 2023-05-25 16:19:42 +02:00 committed by Kyle Robbertze
parent d9663c0a4e
commit a587f179f8
3 changed files with 2 additions and 3 deletions

View file

@ -41,7 +41,6 @@ COPY shared/packages.ini /tmp/packages.ini
RUN set -eux \
&& DEBIAN_FRONTEND=noninteractive apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
git \
$(python3 /tmp/packages.py --format=line --exclude=python bullseye /tmp/packages.ini) \
&& rm -rf /var/lib/apt/lists/* \
&& rm -f /tmp/packages.py /tmp/packages.ini