Skip to content

Instantly share code, notes, and snippets.

@jonyfs
Created September 14, 2018 21:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonyfs/0c31c9264c480c7c6db4f8ea2a34ffd4 to your computer and use it in GitHub Desktop.
Save jonyfs/0c31c9264c480c7c6db4f8ea2a34ffd4 to your computer and use it in GitHub Desktop.
Dockerfile with docker-compose and aws-cli
FROM alpine:latest
MAINTAINER Jony Santos
RUN apk update && apk add docker make py-pip && pip install docker-compose && pip install aws-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment