Install aiodns and brotli in Docker image to speed up aiohttp
Some checks failed
Python lint / lint (push) Has been cancelled

This commit is contained in:
Tulir Asokan 2025-08-27 20:45:13 +03:00
parent 87bb7fc854
commit b771b79b91

View file

@ -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 \