Skip to content

Commit

Permalink
Merge pull request #2 from fdegier/dev
Browse files Browse the repository at this point in the history
No cache dir for pip
  • Loading branch information
fdegier committed Sep 12, 2022
2 parents 49b26d7 + 8081e3e commit e9fb3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copilot_proxy/Dockerfile
Expand Up @@ -4,7 +4,7 @@ WORKDIR /python-docker

COPY copilot_proxy/requirements.txt requirements.txt

RUN pip3 install -r requirements.txt
RUN pip3 install --no-cache-dir -r requirements.txt

COPY copilot_proxy .

Expand Down

0 comments on commit e9fb3cf

Please sign in to comment.