Skip to content

Commit

Permalink
Merge pull request #373 from lucaslorentz/add-back-curl
Browse files Browse the repository at this point in the history
Add back curl to alpine image
  • Loading branch information
lucaslorentz authored May 26, 2022
2 parents ed8c7e6 + e78fa23 commit e59f9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EXPOSE 80 443 2019
ENV XDG_CONFIG_HOME /config
ENV XDG_DATA_HOME /data

RUN apk add -U --no-cache ca-certificates
RUN apk add -U --no-cache ca-certificates curl

COPY artifacts/binaries/$TARGETPLATFORM/caddy /bin/

Expand Down

0 comments on commit e59f9f4

Please sign in to comment.