FROM python:3-alpine ENV LANG=en_US.UTF-8 \ LIBRARY_PATH=/lib:/usr/lib RUN apk --no-cache add \ build-base \ ca-certificates \ curl \ libffi-dev \ musl \ openssl \ openssl-dev \ zlib-dev RUN pip install bcrypt