Skip to content

Instantly share code, notes, and snippets.

@mims92
Last active March 25, 2020 16:51
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 mims92/83b911783c2a23377c3f7dc9d1fe38b9 to your computer and use it in GitHub Desktop.
Save mims92/83b911783c2a23377c3f7dc9d1fe38b9 to your computer and use it in GitHub Desktop.
Linux - Docker - python & aws cli
# Requirements
# - Docker
#--------
# Installation
# - docker build -t <your image name> .
#--------
# "root" folder is app
FROM python:3.6-alpine
RUN pip3 install -U awscli
WORKDIR /app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment