diff --git a/Dockerfile b/Dockerfile index d9b46f0..4290d58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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