Skip to content

Commit

Permalink
Add --no-cache-dir arg. at Dockfile files
Browse files Browse the repository at this point in the history
  • Loading branch information
realFranco committed Nov 5, 2022
1 parent d6897e4 commit 5116380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/comment-docs-preview-in-pr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.7

RUN pip install httpx "pydantic==1.5.1" pygithub
RUN pip install --no-cache-dir httpx "pydantic==1.5.1" pygithub

COPY ./app /app

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/watch-previews/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.7

RUN pip install httpx PyGithub "pydantic==1.5.1"
RUN pip install --no-cache-dir httpx PyGithub "pydantic==1.5.1"

COPY ./app /app

Expand Down

0 comments on commit 5116380

Please sign in to comment.