Merge pull request #483 from dalf/fix-docker-lxml

[fix] Dockerfile image
This commit is contained in:
Alexandre Flament 2021-11-06 06:20:15 +01:00 committed by GitHub
commit 1ccf296a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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