Skip to content

Instantly share code, notes, and snippets.

@tnir
Created May 26, 2016 07:54
Show Gist options
  • Save tnir/8e39f1f725dd657da8f057a0233ffa65 to your computer and use it in GitHub Desktop.
Save tnir/8e39f1f725dd657da8f057a0233ffa65 to your computer and use it in GitHub Desktop.
DockerのPythonイメージで暗号化ライブラリcryptographyを利用する ref: http://qiita.com/tnir/items/71b4c9c542b9d23330f3
RUN apt-get update && apt-get install -y build-essential libssl-dev libffi-dev python-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment