bunix42
/
docker-helm
Archived
1
0
Fork 0

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

master
bunix42 6 years ago
parent 9dc9bd8a98
commit 117da020ef

@ -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