Skip to content

Commit

Permalink
Install AWS CLI from package
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bellen committed Nov 25, 2024
1 parent c1434fe commit 717c0ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ COPY kubectl /usr/local/bin/kubectl
RUN chmod 755 /usr/local/bin/kubectl

# install AWS CLI
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
RUN unzip awscliv2.zip
RUN ./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update
RUN apk update
RUN apk install aws-cli

0 comments on commit 717c0ba

Please sign in to comment.