Skip to content

Commit

Permalink
Merge pull request #2 from bflad/alpine
Browse files Browse the repository at this point in the history
Use Alpine Linux and disable pip cache to reduce image size
  • Loading branch information
astaluego authored May 19, 2017
2 parents 47eac90 + c24559a commit 49cfb0e
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
@@ -1,5 +1,5 @@
FROM python:3.6.1
FROM python:3.6.1-alpine

RUN pip install gixy
RUN pip --no-cache-dir install gixy

ENTRYPOINT ["gixy"]

0 comments on commit 49cfb0e

Please sign in to comment.