Skip to content

Commit

Permalink
Use Alpine Linux and disable pip cache to reduce image size
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed May 18, 2017
1 parent 47eac90 commit c24559a
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 c24559a

Please sign in to comment.