Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoBlue authored May 8, 2021
1 parent 5ba4e8f commit 16e7502
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
@@ -1,5 +1,5 @@
FROM alpine:3.10.3
RUN apk add --no-cache curl=7.66.0-r0
RUN apk add --no-cache curl
ARG HELM_VERSION=unknown
ENV HELM_VERSION=$HELM_VERSION
RUN cd /tmp/ && wget https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz && tar -zxf helm-v*-linux-amd64.tar.gz && mv linux-amd64/helm /usr/local/bin/helm && rm -rf /tmp/*.tar.gz /tmp/linux-amd64
Expand Down

0 comments on commit 16e7502

Please sign in to comment.