0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-17 18:18:58 +02:00

Fix shared secret auth tag name

This commit is contained in:
Tulir Asokan 2022-02-21 00:33:51 +02:00
parent 5e5f62467b
commit e89580fcd1

View file

@ -23,7 +23,7 @@ COPY MANIFEST.in README.rst setup.py synctl /synapse/
RUN pip install --prefix="/install" --no-warn-script-location \
/synapse[all] \
'git+https://github.com/maunium/synapse-simple-antispam#egg=synapse-simple-antispam' \
'git+https://github.com/devture/matrix-synapse-shared-secret-auth@v2.0.2#egg=shared_secret_authenticator'
'git+https://github.com/devture/matrix-synapse-shared-secret-auth@2.0.2#egg=shared_secret_authenticator'
FROM docker.io/python:${PYTHON_VERSION}-slim