Skip to content

Commit

Permalink
Merge pull request #4 from ben-st/patch-1
Browse files Browse the repository at this point in the history
remove apk cache
  • Loading branch information
byrnedo authored Nov 9, 2017
2 parents 3e9c901 + 442ac78 commit f5f6a93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM alpine:3.6

RUN apk add --update curl && \
rm -rf /var/cache/apk/*
RUN apk --no-cache curl

ENTRYPOINT ["/usr/bin/curl"]

0 comments on commit f5f6a93

Please sign in to comment.