From f4ed5cb6bd0607b00670994c33a1829be747080f Mon Sep 17 00:00:00 2001 From: Viktor Jacynycz Date: Tue, 19 Jul 2022 18:04:17 +0200 Subject: [PATCH] Fix anchore test --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index fb2a8efc89..37f553d725 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ COPY nsswitch.conf /etc/nsswitch.conf COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt COPY --from=builder /go/src/github.com/oauth2-proxy/oauth2-proxy/oauth2-proxy /bin/oauth2-proxy COPY --from=builder /go/src/github.com/oauth2-proxy/oauth2-proxy/jwt_signing_key.pem /etc/ssl/private/jwt_signing_key.pem +RUN apk update && apk upgrade busybox ssl_client USER 2000:2000