Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Install aiohttp-socks from pypi
Browse files Browse the repository at this point in the history
Python 3.11.5 broke aiohttp-socks v0.8.0,
and v0.8.3 is not in Alpine repos yet.
  • Loading branch information
tulir committed Sep 7, 2023
1 parent c9860d7 commit d952d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d952d71

Please sign in to comment.