mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Add build-base and python3-dev to docker image
This commit is contained in:
parent
adc762b9dd
commit
d41f4ad0c2
@ -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 New Issue
Block a user