Skip to content
Snippets Groups Projects
Commit 8681621d authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Install synapse-http-antispam from pypi

parent e5027ad7
No related branches found
No related tags found
No related merge requests found
Pipeline #16701 passed
...@@ -33,7 +33,7 @@ RUN pip install --prefix="/install" --no-warn-script-location --ignore-installed ...@@ -33,7 +33,7 @@ RUN pip install --prefix="/install" --no-warn-script-location --ignore-installed
&& pip install --prefix="/install" --no-warn-script-location \ && pip install --prefix="/install" --no-warn-script-location \
--no-deps \ --no-deps \
'synapse-simple-antispam @ git+https://github.com/maunium/synapse-simple-antispam' \ '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' \ 'shared_secret_authenticator @ git+https://github.com/devture/matrix-synapse-shared-secret-auth@2.0.3' \
&& pip install --prefix="/install" --no-warn-script-location \ && pip install --prefix="/install" --no-warn-script-location \
--no-deps /synapse --no-deps /synapse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment