diff --git a/Dockerfile b/Dockerfile index 569bf78..63c64ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN mkdir -p "$(helm2 home)/plugins" \ && helm plugin install https://github.com/futuresimple/helm-secrets --version="${HELM_SECRET_VERSION}" \ && helm2 plugin install https://github.com/futuresimple/helm-secrets --version="${HELM_SECRET_VERSION}" \ && helm plugin install https://github.com/hypnoglow/helm-s3 --version="${HELM_S3_VERSION}" \ - && helm2 plugin install https://github.com/hypnoglow/helm-s3 --version="${HELM_S3_VERSION}" \ + && helm2 plugin install https://github.com/hypnoglow/helm-s3 --version="${HELM_S3_VERSION}" RUN curl -L -o "aws-iam-authenticator_${AWS_IAM_AUTH_VERSION}_linux_amd64" "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v${AWS_IAM_AUTH_VERSION}/aws-iam-authenticator_${AWS_IAM_AUTH_VERSION}_linux_amd64" \ && curl -L -o authenticator_checksums.txt "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v${AWS_IAM_AUTH_VERSION}/authenticator_${AWS_IAM_AUTH_VERSION}_checksums.txt" \