From aaf43311a1a0f3a52fbda15e070c5b961ee0e533 Mon Sep 17 00:00:00 2001
From: Tulir Asokan <tulir@maunium.net>
Date: Tue, 7 Jul 2020 02:04:41 +0300
Subject: [PATCH] Install py3-aiohttp-socks from edge repos

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 58805a9..ecf9037 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
-- 
GitLab