Skip to content

Commit

Permalink
using curl instead of wget
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalandy committed May 27, 2018
1 parent eb0f696 commit aa1805a
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 @@ -18,7 +18,7 @@ ENV GHOST_VERSION="1.23.0" \

RUN set -ex && \
apk add --update --no-cache \
'su-exec>=0.2' bash wget tini ca-certificates && \
'su-exec>=0.2' bash curl tini ca-certificates && \
update-ca-certificates && \
rm -rf /var/cache/apk/*;

Expand Down

0 comments on commit aa1805a

Please sign in to comment.