From d952d71a163c7a06f32d7e51d3754e464b20ef6e Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 7 Sep 2023 21:38:31 +0300 Subject: [PATCH] Install aiohttp-socks from pypi Python 3.11.5 broke aiohttp-socks v0.8.0, and v0.8.3 is not in Alpine repos yet. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54eb5ef7..4690bbc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apk add --no-cache \ py3-unpaddedbase64 \ py3-future \ # proxy support - py3-aiohttp-socks \ + #py3-aiohttp-socks \ py3-pysocks \ # Other dependencies ffmpeg \