Przeglądaj źródła

Merge pull request #373 from binor/patch-1

Add ca-certs to fix problem collecting bcrypt
Guillaume Ayoub 10 lat temu
rodzic
commit
1c4acc44a8
1 zmienionych plików z 1 dodań i 1 usunięć
  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