slimer curl syntax
This commit is contained in:
parent
a10eab4628
commit
39abea6dfa
@ -6,5 +6,6 @@ ARG HELM_VERSION=v2.9.0
|
|||||||
|
|
||||||
RUN apk add --no-cache curl tar gzip
|
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 && \
|
ENV HELM_FILE=helm-$HELM_VERSION-linux-amd64.tar.gz
|
||||||
tar -zxvf helm-$HELM_VERSION-linux-amd64.tar.gz
|
|
||||||
|
RUN curl https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz | tar xz
|
Reference in New Issue
Block a user