Skip to content

Instantly share code, notes, and snippets.

@abloch
Last active December 16, 2015 05:33
Show Gist options
  • Save abloch/76bc6574dd8b57dd8968 to your computer and use it in GitHub Desktop.
Save abloch/76bc6574dd8b57dd8968 to your computer and use it in GitHub Desktop.
FROM alpine:3.2
MAINTAINER <Akiva Bloch "akiva@atar.me">
RUN apk add --update python py-pip
RUN pip install --upgrade pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment