diff --git a/Dockerfile b/Dockerfile
index 58805a9166c19a021ce55b1503359b14254ba413..ecf9037b4a3180d4625978315a16cd1d7fe252b1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -39,7 +39,7 @@ RUN apk add --no-cache \
       # Other dependencies
       ca-certificates \
       su-exec \
-      py3-aiohttp-socks \
+      py3-aiohttp-socks@edge \
       py3-pysocks
 
 COPY requirements.txt /opt/mautrix-facebook/requirements.txt