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