Update Dockerfile
openssl is needed for downloading thru https with wget
This commit is contained in:
parent
7a7e67106a
commit
1b243eb1b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user