Sfoglia il codice sorgente

Merge pull request #373 from binor/patch-1

Add ca-certs to fix problem collecting bcrypt
Guillaume Ayoub 10 anni fa
parent
commit
1c4acc44a8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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