Skip to content

Commit

Permalink
Merge pull request #3 from headout/pip-aws-cli
Browse files Browse the repository at this point in the history
bump aws cli
  • Loading branch information
someshkoli authored Feb 18, 2023
2 parents f2f6cff + f0fc61a commit 9475be7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ RUN apk add --no-cache ca-certificates jq curl bash
# Install node and deps
RUN apk add --no-cache nodejs

# Install Aws CLI
RUN apk add --no-cache aws-cli

# Install Python3
RUN apk add --no-cache python3 py3-pip

# Install Python deps
RUN pip3 install --upgrade pip
# Install Python deps and aws cli
RUN pip3 install --upgrade pip awscli

# Install helm version 2
RUN curl -L ${BASE_URL}/${HELM_2_FILE} |tar xvz && \
Expand Down

0 comments on commit 9475be7

Please sign in to comment.