Skip to content

Commit

Permalink
ca-certificates in scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyamachi committed Feb 21, 2021
1 parent 0fe907b commit aa881ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.13 as builder
RUN apk update && apk add --no-cache ca-certificates && update-ca-certificates
RUN apk update && apk add --no-cache ca-certificates

FROM scratch
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
Expand Down

0 comments on commit aa881ef

Please # to comment.