We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78928bc commit cff4316Copy full SHA for cff4316
Dockerfile
@@ -46,7 +46,7 @@ RUN go build -trimpath -ldflags="-w -s -X 'main.version=${VERSION}' -X 'main.com
46
FROM alpine:latest
47
48
# Install ca-certificates for HTTPS requests
49
-RUN apk --no-cache add ca-certificates tzdata
+RUN apk --no-cache add ca-certificates tzdata curl
50
51
WORKDIR /root/
52
0 commit comments