Created
December 15, 2019 07:35
-
-
Save f440/1647c1d1b1e8e7cfdb19a7083325778f to your computer and use it in GitHub Desktop.
docker image for awscli
This file contains 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 alpine:3.10 | |
RUN apk --no-cache add \ | |
python \ | |
py-pip | |
RUN pip install --upgrade pip awscli s3cmd | |
RUN adduser -D aws | |
USER aws | |
RUN mkdir /home/aws/.aws |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://hub.docker.com/r/amazon/aws-cli