From 24c877185c09f9ca927e5ea6fb34b9f091a32f25 Mon Sep 17 00:00:00 2001 From: Tulir Asokan <tulir@maunium.net> Date: Sat, 15 Mar 2025 15:23:53 +0200 Subject: [PATCH] Revert "Install synapse-http-antispam from pypi" This reverts commit 8681621d54b82984d3d7bd6a7598a3ef6471f70b. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f5080a17f..45c5ac582 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 \ + 'synapse-http-antispam @ git+https://github.com/maunium/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