summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a7e5e5af0..ce74af1d4 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