Skip to content

Commit

Permalink
add aws cli support
Browse files Browse the repository at this point in the history
The reason for installing version one
aws/aws-cli#4947
  • Loading branch information
tim-bm authored Jul 28, 2020
1 parent 54f4ff9 commit 9fe85c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ RUN apk add make

RUN pip3 install azure-cli==2.8.0

# aws cli
RUN pip3 install awscli==1.18.106

COPY --from=builder /data/kubectl /usr/local/bin
COPY --from=builder /data/skaffold /usr/local/bin
COPY --from=builder /data/helm /usr/local/bin
Expand Down

0 comments on commit 9fe85c1

Please sign in to comment.