From 8681621d54b82984d3d7bd6a7598a3ef6471f70b Mon Sep 17 00:00:00 2001
From: Tulir Asokan <tulir@maunium.net>
Date: Fri, 14 Mar 2025 01:23:59 +0200
Subject: [PATCH] Install synapse-http-antispam from pypi

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

diff --git a/Dockerfile b/Dockerfile
index 45c5ac582..f5080a17f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -33,7 +33,7 @@ RUN pip install --prefix="/install" --no-warn-script-location --ignore-installed
  && pip install --prefix="/install" --no-warn-script-location \
         --no-deps \
 	'synapse-simple-antispam @ git+https://github.com/maunium/synapse-simple-antispam' \
-	'synapse-http-antispam @ git+https://github.com/maunium/synapse-http-antispam' \
+	synapse-http-antispam \
 	'shared_secret_authenticator @ git+https://github.com/devture/matrix-synapse-shared-secret-auth@2.0.3' \
  && pip install --prefix="/install" --no-warn-script-location \
         --no-deps /synapse
-- 
GitLab