diff --git a/Dockerfile b/Dockerfile index df74197..9214c75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,9 @@ RUN apt-get update \ && dpkg -i /tmp/gh_${GITHUB_CLI_VERSION}_linux_amd64.deb \ # Cleanup && rm -rf /var/lib/apt/lists/* + && curl -fsSL -o get_helm.sh https://github.com/raw/helm/helm/main/scripts/get-helm-3 + && chmod 700 get_helm.sh + && ./get_helm.sh COPY global.json /global.json