Archived
1
0

Update 'Dockerfile'

This commit is contained in:
bunix42 2018-04-27 07:14:45 +00:00
parent 017c86514f
commit a10eab4628

View File

@ -4,7 +4,7 @@ MAINTAINER hanjo@bunix.de
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 && \
tar -zxvf helm-$HELM_VERSION-linux-amd64.tar.gz