mirror of
https://github.com/maubot/maubot
synced 2025-08-28 13:40:37 +00:00
Install aiodns and brotli in Docker image to speed up aiohttp
Some checks are pending
Python lint / lint (push) Waiting to run
Some checks are pending
Python lint / lint (push) Waiting to run
This commit is contained in:
parent
87bb7fc854
commit
b771b79b91
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ RUN apk add --no-cache \
|
|||
su-exec \
|
||||
yq \
|
||||
py3-aiohttp \
|
||||
py3-aiodns \
|
||||
py3-brotli \
|
||||
py3-attrs \
|
||||
py3-bcrypt \
|
||||
py3-cffi \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue