Created
July 24, 2016 13:06
-
-
Save dsingley/5818446114d4d9b5eba7ce352c1aa9c5 to your computer and use it in GitHub Desktop.
awscli Dockerfile
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:latest | |
ENV AWS_DEFAULT_REGION us-east-1 | |
RUN apk add --update groff less python py-pip && pip install awscli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment