Skip to content

Instantly share code, notes, and snippets.

@moaible
Created September 9, 2020 14:19
Show Gist options
  • Save moaible/67894af0dab3d7f80aef6eebc727f039 to your computer and use it in GitHub Desktop.
Save moaible/67894af0dab3d7f80aef6eebc727f039 to your computer and use it in GitHub Desktop.
[Dockerfile - AWS CLI] Configure AWS CLI command #Dockerfile
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