need to create /helm before extraction
This commit is contained in:
parent
117da020ef
commit
5d33b1e5cf
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user