Skip to content

Commit

Permalink
quite aws cli install
Browse files Browse the repository at this point in the history
  • Loading branch information
jabez007 committed Sep 10, 2024
1 parent 7cf4113 commit e95f91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \
else \
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"; \
fi \
&& unzip awscliv2.zip \
&& unzip -q awscliv2.zip \
&& ./aws/install \
&& rm -rf awscliv2.zip aws

Expand Down

0 comments on commit e95f91a

Please sign in to comment.