Archived
1
0

remove unused ENV, extract to /helm, add /helm/linux-amd64 to PATH

This commit is contained in:
bunix42 2018-04-27 18:22:20 +00:00
parent 9dc9bd8a98
commit 117da020ef

View File

@ -6,6 +6,7 @@ ARG HELM_VERSION=v2.9.0
RUN apk add --no-cache curl tar gzip RUN apk add --no-cache curl tar gzip
ENV HELM_FILE=helm-$HELM_VERSION-linux-amd64.tar.gz ENV PATH "$PATH:/helm/linux-amd64"
RUN curl https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz | tar xz -C /helm
RUN curl https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz | tar xz