From a28279233e525948319378706f1fa015a87da9ea Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Sun, 22 Apr 2018 01:09:54 +0300 Subject: [PATCH] Add root CAs to docker image --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index e18d9ae9..656b39bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"