Created
October 9, 2021 05:51
-
-
Save stknohg/0c4d3fe54075edb3ff6c3c2990a822c3 to your computer and use it in GitHub Desktop.
Dockerfile for AWS CLI v1
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
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