mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Update Dockerfile
openssl is needed for downloading thru https with wget
This commit is contained in:
parent
7a7e67106a
commit
1b243eb1b6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue