Skip to content

Commit

Permalink
adding curl in image
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarault committed Oct 16, 2017
1 parent 6e3abfc commit ab6b3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ VOLUME /etc/letsencrypt
EXPOSE 443

RUN apk update && \
apk add openssl
apk add openssl curl

ADD crontab /etc/crontabs
RUN crontab /etc/crontabs/crontab
Expand Down

0 comments on commit ab6b3d6

Please sign in to comment.