Merge pull request #373 from binor/patch-1
Add ca-certs to fix problem collecting bcrypt
This commit is contained in:
commit
1c4acc44a8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user