Browse Source

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

[fix] Dockerfile image
Alexandre Flament 3 years ago
parent
commit
1ccf296a55
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -47,8 +47,8 @@ RUN apk upgrade --no-cache \
     uwsgi \
     uwsgi \
     uwsgi-python3 \
     uwsgi-python3 \
     brotli \
     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 \
  && apk del build-dependencies \
  && rm -rf /root/.cache
  && rm -rf /root/.cache