switch to curl
This commit is contained in:
parent
3ecc5e79c2
commit
77d68d4238
@ -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
|
Reference in New Issue
Block a user