Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 3d250ff

Browse files
author
Søren Howe Gersager
committed
Merge branch 'bugfix/pip-cache-install' into 'develop'
Add --no-cache-dir to pip install See merge request bevillingsplatform/bevillingsplatform!991
2 parents 3544033 + 23ba82f commit 3d250ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RUN set -ex \
8585
# Install requirements
8686
COPY backend/requirements.txt /code/backend/requirements.txt
8787
COPY backend/requirements-test.txt /code/backend/requirements-test.txt
88-
RUN pip3 install -r backend/requirements-test.txt
88+
RUN pip3 install --no-cache-dir -r backend/requirements-test.txt
8989

9090

9191
# Copy and install backend code.

0 commit comments

Comments
 (0)