Skip to content

Instantly share code, notes, and snippets.

View HansKre's full-sized avatar

Hans HansKre

View GitHub Profile
@mims92
mims92 / Dockerfile
Last active March 25, 2020 16:51
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