add missing &&
This commit is contained in:
parent
b0d63ad35e
commit
3ecc5e79c2
@ -4,5 +4,5 @@ FROM alpine:3.6
|
|||||||
|
|
||||||
MAINTAINER hanjo@bunix.de
|
MAINTAINER hanjo@bunix.de
|
||||||
|
|
||||||
RUN wget -O helm-$HELM_VERSION-linux-amd64.tar.gz https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz \
|
RUN wget -O helm-$HELM_VERSION-linux-amd64.tar.gz https://storage.googleapis.com/kubernetes-helm/helm-$HELM_VERSION-linux-amd64.tar.gz && \
|
||||||
tar -zxvf helm-$HELM_VERSION-linux-amd64.tar.gz
|
tar -zxvf helm-$HELM_VERSION-linux-amd64.tar.gz
|
Reference in New Issue
Block a user