Archived
1
0

switch to curl

This commit is contained in:
bunix42 2018-04-27 06:56:38 +00:00
parent 3ecc5e79c2
commit 77d68d4238

View File

@ -4,5 +4,7 @@ FROM alpine:3.6
MAINTAINER hanjo@bunix.de 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 tar -zxvf helm-$HELM_VERSION-linux-amd64.tar.gz