Created
November 16, 2015 01:14
-
-
Save skwashd/8b2a288cf4839180e464 to your computer and use it in GitHub Desktop.
Dependencies for Pycrypto on Iron Worker
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 iron/python:2-dev | |
RUN apk update && apk upgrade | |
RUN apk add openssl | |
RUN apk add alpine-sdk | |
RUN apk add autoconf | |
RUN apk add python-dev | |
RUN rm -rf /var/cache/apk/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment