Skip to content

Commit

Permalink
Add ca-certificates to Docker image (helm#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Bikochan <drizzt@bikochan.net>
  • Loading branch information
bikochan authored and unguiculus committed Jul 26, 2019
1 parent d1fca78 commit 39ba0ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM alpine:3.9

RUN apk --no-cache add ca-certificates

COPY cr /usr/local/bin/cr

# Ensure that the binary is available on path and is executable
Expand Down

0 comments on commit 39ba0ad

Please sign in to comment.