Skip to content

Instantly share code, notes, and snippets.

@ruanbekker
Created July 4, 2018 10:53
Show Gist options
  • Save ruanbekker/e5c9b2d8c63cb99b2409cbfaec184a5a to your computer and use it in GitHub Desktop.
Save ruanbekker/e5c9b2d8c63cb99b2409cbfaec184a5a to your computer and use it in GitHub Desktop.
Install bcrypt on Alpine

Install bcrypt on Alpine:

$ apk add python python-dev py2-pip autoconf automake g++ make --no-cache
$ pip install py-bcrypt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment