소스 검색

Merge pull request #373 from binor/patch-1

Add ca-certs to fix problem collecting bcrypt
Guillaume Ayoub 10 년 전
부모
커밋
1c4acc44a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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