Skip to content

Commit

Permalink
Disable pip cache dir with an env var
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 30, 2022
1 parent bbf6e0b commit b0dc178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ LABEL "homepage" "https://github.com/pypa/gh-action-pypi-publish"
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1

ENV PIP_NO_CACHE_DIR 1

COPY requirements requirements
RUN \
PIP_CONSTRAINT=requirements/runtime-prerequisites.txt \
Expand Down

0 comments on commit b0dc178

Please sign in to comment.