Last active
December 9, 2019 16:33
-
-
Save goooseman/a90c27ed1f093c68cb9871d31c2a32b1 to your computer and use it in GitHub Desktop.
Docker image of Docker-in-Docker with awscli installed
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 docker:stable | |
RUN apk add --no-cache python3 | |
RUN pip3 install awscli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment