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

This commit is contained in:
Jonas L 2023-04-24 15:58:07 +02:00 committed by GitHub
parent aa98309634
commit df7848c4bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -41,6 +41,7 @@ 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