Update 'Dockerfile'
This commit is contained in:
parent
017c86514f
commit
a10eab4628
@ -4,7 +4,7 @@ MAINTAINER hanjo@bunix.de
|
|||||||
|
|
||||||
ARG HELM_VERSION=v2.9.0
|
ARG HELM_VERSION=v2.9.0
|
||||||
|
|
||||||
RUN apk add --no-cache curl
|
RUN apk add --no-cache curl tar gzip
|
||||||
|
|
||||||
RUN curl https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz --output helm-$HELM_VERSION-linux-amd64.tar.gz --silent && \
|
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
|
Reference in New Issue
Block a user