Ver Fonte

Merge pull request #373 from binor/patch-1

Add ca-certs to fix problem collecting bcrypt
Guillaume Ayoub há 10 anos atrás
pai
commit
1c4acc44a8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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