We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f44c4 commit a3ba7ebCopy full SHA for a3ba7eb
Dockerfile
@@ -53,7 +53,7 @@ RUN addgroup -g 4200 appgroup \
53
# also remove apk package manager to hopefully remove dependency on OpenSSL 🤞
54
RUN apk upgrade --no-cache --no-progress \
55
&& apk add --no-cache --no-progress jq ca-certificates openssl bash \
56
- && apk del --no-cache --no-progress apk-tools alpine-keys alpine-release libc-utils
+ && apk del --no-cache --no-progress apk-tools alpine-keys alpine-release musl-utils
57
58
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/
59
COPY --from=builder /etc/ssl/cert.pem /etc/ssl/cert.pem
0 commit comments