Archived
1
0

need to create /helm before extraction

This commit is contained in:
bunix42 2018-04-27 18:27:59 +00:00
parent 117da020ef
commit 5d33b1e5cf

View File

@ -8,5 +8,5 @@ RUN apk add --no-cache curl tar gzip
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 mkdir /helm && curl https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz | tar xz -C /helm