Skip to content

Instantly share code, notes, and snippets.

@souri-t
Created September 5, 2019 16:51
Show Gist options
  • Save souri-t/42c13141fee4d34871138aa2d61e2c19 to your computer and use it in GitHub Desktop.
Save souri-t/42c13141fee4d34871138aa2d61e2c19 to your computer and use it in GitHub Desktop.
FROM armhf/alpine:latest
MAINTAINER souri-t <souri-t@github.com>
# Install Python
RUN apk --update --no-cache add git python3 python3-dev musl-dev
RUN pip3 install --upgrade pip
RUN pip3 install awscli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment