We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7035d19 commit a5baedcCopy full SHA for a5baedc
Dockerfile
@@ -7,7 +7,8 @@ ENV HELM_3_FILE="helm-v3.0.0-linux-amd64.tar.gz"
7
8
RUN apk add --no-cache ca-certificates \
9
--repository http://dl-3.alpinelinux.org/alpine/edge/community/ \
10
- jq curl bash nodejs aws-cli && \
+ jq curl bash nodejs && \
11
+ pip3 install awscli && \
12
# Install helm version 2:
13
curl -L ${BASE_URL}/${HELM_2_FILE} |tar xvz && \
14
mv linux-amd64/helm /usr/bin/helm && \
0 commit comments