Skip to content

Instantly share code, notes, and snippets.

@skwashd
Created November 16, 2015 01:14
Show Gist options
  • Save skwashd/8b2a288cf4839180e464 to your computer and use it in GitHub Desktop.
Save skwashd/8b2a288cf4839180e464 to your computer and use it in GitHub Desktop.
Dependencies for Pycrypto on Iron Worker
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