From b771b79b9175c48e90424255a8c51cda4ca12215 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 27 Aug 2025 20:45:13 +0300 Subject: [PATCH] Install aiodns and brotli in Docker image to speed up aiohttp --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ae35fbb..204a78a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,8 @@ RUN apk add --no-cache \ su-exec \ yq \ py3-aiohttp \ + py3-aiodns \ + py3-brotli \ py3-attrs \ py3-bcrypt \ py3-cffi \