Skip to content

Instantly share code, notes, and snippets.

@dsingley
Created July 24, 2016 13:06
Show Gist options
  • Save dsingley/5818446114d4d9b5eba7ce352c1aa9c5 to your computer and use it in GitHub Desktop.
Save dsingley/5818446114d4d9b5eba7ce352c1aa9c5 to your computer and use it in GitHub Desktop.
awscli Dockerfile
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