Skip to content

Commit a3ba7eb

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 69f44c4 commit a3ba7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN addgroup -g 4200 appgroup \
5353
# also remove apk package manager to hopefully remove dependency on OpenSSL 🤞
5454
RUN apk upgrade --no-cache --no-progress \
5555
&& 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
56+
&& apk del --no-cache --no-progress apk-tools alpine-keys alpine-release musl-utils
5757

5858
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/
5959
COPY --from=builder /etc/ssl/cert.pem /etc/ssl/cert.pem

0 commit comments

Comments
 (0)