Skip to content

Commit

Permalink
Fix anchore test
Browse files Browse the repository at this point in the history
  • Loading branch information
vjacynycz committed Jul 19, 2022
1 parent b8fe6f2 commit f4ed5cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f4ed5cb

Please sign in to comment.