Add ca-certs to fix problem collecting bcrypt

This commit is contained in:
binor 2016-04-04 21:14:26 +02:00
parent fa9fd2becc
commit 725b1b41be

View File

@ -7,7 +7,7 @@ FROM alpine:latest
# Base packages # Base packages
RUN apk update && \ RUN apk update && \
apk upgrade && \ apk upgrade && \
apk add python3 python3-dev build-base libffi-dev apk add python3 python3-dev build-base libffi-dev ca-certificates
# Python installation # Python installation
# pip # pip