bunix42
/
docker-helm
Archived
1
0
Fork 0

add missing &&

master
bunix42 6 years ago
parent b0d63ad35e
commit 3ecc5e79c2

@ -4,5 +4,5 @@ FROM alpine:3.6
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