From 66ca1b664f3626649cd19914e925e0ac347b1bc1 Mon Sep 17 00:00:00 2001 From: Aleksey Zhukov <353748+alezkv@users.noreply.github.com> Date: Fri, 3 May 2024 12:12:32 +0200 Subject: [PATCH] DEVOPS-10915 fix(Dockerfile): syntax --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \