Update Dockerfile

openssl is needed for downloading thru https with wget
This commit is contained in:
Jindřiška 2016-06-29 18:45:35 +02:00 committed by GitHub
parent 7a7e67106a
commit 1b243eb1b6

View File

@ -12,6 +12,7 @@ RUN apk --update --update-cache upgrade \
build-base \
libffi-dev \
ca-certificates \
openssl \
&& python3 -m ensurepip \
&& pip3 install --upgrade pip \
&& pip3 install passlib bcrypt