Skip to content

Instantly share code, notes, and snippets.

@stknohg
Created October 9, 2021 05:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save stknohg/0c4d3fe54075edb3ff6c3c2990a822c3 to your computer and use it in GitHub Desktop.
Dockerfile for AWS CLI v1
FROM python:3.10.0-alpine
RUN pip3 install awscli --upgrade --no-cache-dir
ENTRYPOINT [ "/usr/local/bin/aws" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment