Merge pull request #612 from dalf/revert-pr-483

[mod] Dockerfile: use binary from pypi
This commit is contained in:
Alexandre Flament 2021-12-18 15:16:40 +01:00 committed by GitHub
commit 2713ac6c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ RUN apk upgrade --no-cache \
uwsgi-python3 \ uwsgi-python3 \
brotli \ brotli \
&& pip3 install --upgrade pip wheel setuptools \ && pip3 install --upgrade pip wheel setuptools \
&& pip3 install --no-cache --no-binary :all: -r requirements.txt \ && pip3 install --no-cache -r requirements.txt \
&& apk del build-dependencies \ && apk del build-dependencies \
&& rm -rf /root/.cache && rm -rf /root/.cache