summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-12-18 14:07:29 +0100
committerAlexandre Flament <alex@al-f.net>2021-12-18 14:07:29 +0100
commit4bd78a7ef0d83f4f6d01aea1a129b20e437ff6ab (patch)
tree7fdb0d02cb7ff2266a76845b1d8f974b0a0685c6 /Dockerfile
parentf6b1264b5f17c5c53af8eb91ca7478e5b06bf9c7 (diff)
[mod] Dockerfile: use binary from pypi
lxml doesn't raise any exception
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a7e5e5af..ce74af1d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -48,7 +48,7 @@ RUN apk upgrade --no-cache \
uwsgi-python3 \
brotli \
&& 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 \
&& rm -rf /root/.cache