Skip to content

Commit e59f9f4

Browse files
authored
Merge pull request #373 from lucaslorentz/add-back-curl
Add back curl to alpine image
2 parents ed8c7e6 + e78fa23 commit e59f9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ EXPOSE 80 443 2019
66
ENV XDG_CONFIG_HOME /config
77
ENV XDG_DATA_HOME /data
88

9-
RUN apk add -U --no-cache ca-certificates
9+
RUN apk add -U --no-cache ca-certificates curl
1010

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

0 commit comments

Comments
 (0)