Created
September 9, 2020 14:19
-
-
Save moaible/67894af0dab3d7f80aef6eebc727f039 to your computer and use it in GitHub Desktop.
[Dockerfile - AWS CLI] Configure AWS CLI command #Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" | |
RUN unzip awscliv2.zip | |
RUN sudo ./aws/install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment