Skip to content

Commit

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

Expand Down

0 comments on commit 12177b1

Please sign in to comment.