mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-04-25 07:29:13 -04:00
Fix shared secret auth tag name
This commit is contained in:
parent
5e5f62467b
commit
e89580fcd1
@ -23,7 +23,7 @@ COPY MANIFEST.in README.rst setup.py synctl /synapse/
|
|||||||
RUN pip install --prefix="/install" --no-warn-script-location \
|
RUN pip install --prefix="/install" --no-warn-script-location \
|
||||||
/synapse[all] \
|
/synapse[all] \
|
||||||
'git+https://github.com/maunium/synapse-simple-antispam#egg=synapse-simple-antispam' \
|
'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
|
FROM docker.io/python:${PYTHON_VERSION}-slim
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user