Add build-base and python3-dev to docker image
This commit is contained in:
parent
adc762b9dd
commit
d41f4ad0c2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue