Skip to content

Instantly share code, notes, and snippets.

View celvin's full-sized avatar
🎯
Focus

Celvin Rivas celvin

🎯
Focus
View GitHub Profile
@ruanbekker
ruanbekker / bcrypt_on_alpine.md
Created July 4, 2018 10:53
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