Add root CAs to docker image

This commit is contained in:
Kirill Gavrilov 2018-04-22 01:09:54 +03:00 committed by GitHub
parent e85b87828a
commit a28279233e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
FROM alpine:3.7
RUN apk add --no-cache ca-certificates
ENV HELM_VERSION=v2.8.2
ENV HELM_LOCATION="https://kubernetes-helm.storage.googleapis.com"
ENV HELM_FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"