Skip to content

Commit 0a9bb45

Browse files
committed
No cache dir on module install
1 parent 98ea554 commit 0a9bb45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ COPY requirements/ /src/requirements/
1414
RUN python3.8 -m pip install --upgrade -r requirements/requirements-dev.txt -r requirements/requirements-test.txt --no-cache-dir
1515

1616
COPY . /src
17-
RUN python3.8 -m pip install .
17+
RUN python3.8 -m pip install . --no-cache-dir
1818

1919
CMD ["tox", "-r"]

0 commit comments

Comments
 (0)