Skip to content

Commit

Permalink
feat: install helm
Browse files Browse the repository at this point in the history
  • Loading branch information
pogromistik authored Jul 26, 2024
1 parent 42da48b commit baeedf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit baeedf9

Please sign in to comment.