Skip to content

Commit

Permalink
hotfix: install awscli via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
apt-get-brisket committed May 12, 2021
1 parent b2ec9a3 commit f9c3e50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ENV HELM_3_FILE="helm-v3.4.2-linux-amd64.tar.gz"

RUN apk add --no-cache ca-certificates \
--repository http://dl-3.alpinelinux.org/alpine/edge/community/ \
jq curl bash nodejs aws-cli && \
jq curl bash nodejs python3 && \
pip3 install awscli && \
# Install helm version 2:
curl -L ${BASE_URL}/${HELM_2_FILE} |tar xvz && \
mv linux-amd64/helm /usr/bin/helm && \
Expand Down

0 comments on commit f9c3e50

Please sign in to comment.