Skip to content

Instantly share code, notes, and snippets.

@goooseman
Last active December 9, 2019 16:33
Show Gist options
  • Save goooseman/a90c27ed1f093c68cb9871d31c2a32b1 to your computer and use it in GitHub Desktop.
Save goooseman/a90c27ed1f093c68cb9871d31c2a32b1 to your computer and use it in GitHub Desktop.
Docker image of Docker-in-Docker with awscli installed
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