mirror of
https://github.com/maubot/maubot
synced 2025-08-28 20:30:38 +00:00
Install aiodns and brotli in Docker image to speed up aiohttp
Some checks failed
Python lint / lint (push) Has been cancelled
Some checks failed
Python lint / lint (push) Has been cancelled
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 \
|
su-exec \
|
||||||
yq \
|
yq \
|
||||||
py3-aiohttp \
|
py3-aiohttp \
|
||||||
|
py3-aiodns \
|
||||||
|
py3-brotli \
|
||||||
py3-attrs \
|
py3-attrs \
|
||||||
py3-bcrypt \
|
py3-bcrypt \
|
||||||
py3-cffi \
|
py3-cffi \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue