Last active
December 16, 2015 05:33
-
-
Save abloch/76bc6574dd8b57dd8968 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM alpine:3.2 | |
MAINTAINER <Akiva Bloch "[email protected]"> | |
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