From 4bd78a7ef0d83f4f6d01aea1a129b20e437ff6ab Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 18 Dec 2021 14:07:29 +0100 Subject: [PATCH] [mod] Dockerfile: use binary from pypi lxml doesn't raise any exception --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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