Skip to content

Commit

Permalink
Add back curl to alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslorentz committed May 25, 2022
1 parent ed8c7e6 commit e78fa23
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 e78fa23

Please sign in to comment.