We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e6d0e commit 0deccc5Copy full SHA for 0deccc5
1 file changed
src/App/WebApp.Dockerfile
@@ -27,7 +27,9 @@ RUN apk add --no-cache --virtual .build-deps \
27
libpq
28
29
COPY requirements.txt /usr/src/app/
30
-RUN pip install --no-cache-dir -r /usr/src/app/requirements.txt \
+
31
+RUN pip install --upgrade pip setuptools wheel \
32
+ && pip install --no-cache-dir -r /usr/src/app/requirements.txt \
33
&& rm -rf /root/.cache
34
35
# Copy backend source code
0 commit comments