Skip to content

Commit

Permalink
DEVOPS-10915 fix(Dockerfile): syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alezkv committed May 3, 2024
1 parent 2cd03e2 commit 66ca1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 66ca1b6

Please sign in to comment.