Created
September 14, 2018 21:29
-
-
Save jonyfs/0c31c9264c480c7c6db4f8ea2a34ffd4 to your computer and use it in GitHub Desktop.
Dockerfile with docker-compose and aws-cli
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 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