chore(api): install django-rest-framework from git (#2518)
This commit is contained in:
parent
aa98309634
commit
df7848c4bd
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue