mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-19 16:32:24 +01:00
Fix shared secret auth tag name
This commit is contained in:
parent
5e5f62467b
commit
e89580fcd1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue