Skip to content

Commit

Permalink
Disable pip cache in Dockerfile (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
strayer authored and circa10a committed Nov 10, 2018
1 parent 81f2749 commit 3be3f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM python:3.6-alpine

COPY . /app
WORKDIR /app
RUN pip install .
ENTRYPOINT ["ouroboros"]
RUN pip install --no-cache-dir .
ENTRYPOINT ["ouroboros"]

0 comments on commit 3be3f47

Please sign in to comment.