diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 9d9290493..2d28a1c7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 |