diff --git a/Dockerfile b/Dockerfile index 9214c75..626e4d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,11 +45,12 @@ RUN apt-get update \ # GitHub Cli && curl -L https://github.com/cli/cli/releases/download/v${GITHUB_CLI_VERSION}/gh_${GITHUB_CLI_VERSION}_linux_amd64.deb -o /tmp/gh_${GITHUB_CLI_VERSION}_linux_amd64.deb \ && dpkg -i /tmp/gh_${GITHUB_CLI_VERSION}_linux_amd64.deb \ + # Helm + && curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 \ + && chmod 700 get_helm.sh \ + && ./get_helm.sh \ # Cleanup && rm -rf /var/lib/apt/lists/* - && curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 - && chmod 700 get_helm.sh - && ./get_helm.sh COPY global.json /global.json