diff --git a/Dockerfile b/Dockerfile index 6a64a54..1a2b776 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,7 @@ FROM alpine:3.6 MAINTAINER hanjo@bunix.de -RUN wget -O helm-$HELM_VERSION-linux-amd64.tar.gz https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz && \ +RUN apk add --no-cache curl + +RUN curl https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz --output helm-$HELM_VERSION-linux-amd64.tar.gz --silent && \ tar -zxvf helm-$HELM_VERSION-linux-amd64.tar.gz \ No newline at end of file