mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Add ca-certs to fix problem collecting bcrypt
This commit is contained in:
parent
fa9fd2becc
commit
725b1b41be
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ FROM alpine:latest
|
|||
# Base packages
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
apk add python3 python3-dev build-base libffi-dev
|
||||
apk add python3 python3-dev build-base libffi-dev ca-certificates
|
||||
|
||||
# Python installation
|
||||
# pip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue