We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ea554 commit 0a9bb45Copy full SHA for 0a9bb45
1 file changed
Dockerfile
@@ -14,6 +14,6 @@ COPY requirements/ /src/requirements/
14
RUN python3.8 -m pip install --upgrade -r requirements/requirements-dev.txt -r requirements/requirements-test.txt --no-cache-dir
15
16
COPY . /src
17
-RUN python3.8 -m pip install .
+RUN python3.8 -m pip install . --no-cache-dir
18
19
CMD ["tox", "-r"]
0 commit comments