Add build-base and python3-dev to docker image

This commit is contained in:
Tulir Asokan 2018-12-13 22:37:17 +02:00
parent adc762b9dd
commit d41f4ad0c2

View File

@ -17,6 +17,8 @@ RUN apk add --no-cache \
py3-attrs \
py3-bcrypt \
py3-cffi \
build-base \
python3-dev \
ca-certificates \
su-exec \
&& pip3 install -r requirements.txt