Skip to content

Commit

Permalink
Install ca certs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgarr committed Jul 21, 2022
1 parent 03c5f34 commit d8885a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
FROM alpine:3 as base

RUN apk add -U --no-cache ca-certificates

FROM scratch

ADD bin/vaultcreds /vaultcreds

COPY --from=base /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

ENTRYPOINT ["/vaultcreds"]
CMD []
CMD []

0 comments on commit d8885a1

Please sign in to comment.