Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vilaug authored Sep 8, 2023
1 parent face891 commit 3cac505
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 @@ -5,7 +5,7 @@ ENV BASE_URL="https://get.helm.sh"
ENV HELM_FILE="helm-v3.10.0-linux-amd64.tar.gz"

RUN apk add --no-cache ca-certificates \
--repository http://dl-3.alpinelinux.org/alpine/edge/community/ \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \
jq curl bash nodejs yarn git && \
\
curl -L ${BASE_URL}/${HELM_FILE} | tar xvz && \
Expand Down

0 comments on commit 3cac505

Please sign in to comment.