Skip to content
Snippets Groups Projects
Commit 2f70b85c authored by Frank Lange's avatar Frank Lange
Browse files

Docker: disable pip caching

parent db9ca742
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@ COPY project/ /django/project
RUN \
set -ex && \
pip install -r requirements.txt
pip install --no-cache-dir -r requirements.txt
# Don't care about the relational database at the moment.
RUN \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment