Skip to content

Instantly share code, notes, and snippets.

@hayajo
Last active November 7, 2017 07:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hayajo/7866ec65247d3566808544cd6c68930d to your computer and use it in GitHub Desktop.
Save hayajo/7866ec65247d3566808544cd6c68930d to your computer and use it in GitHub Desktop.
alpineでparamikoをインストール

alpineでparamikoをインストール

docker run --rm -it alpine /bin/sh
apk update
apk add musl-dev openssl-dev libffi-dev
apk add python python-dev py-pin
apk add gcc
pip install paramiko
@hayajo
Copy link
Author

hayajo commented Nov 16, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment