Skip to content

Commit 7e6b2bd

Browse files
committed
Add missing shared secret authenticator
1 parent 656db48 commit 7e6b2bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/Dockerfile-custom-base

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ RUN PYTHONPATH=$(echo /poetry/lib/*/site-packages/) /poetry/bin/poetry export --
8787
RUN --mount=type=cache,target=/root/.cache/pip \
8888
pip install --prefix="/install" --no-deps --no-warn-script-location -r /synapse/requirements.txt
8989

90+
# Beeper: install shared secret authenticator
91+
RUN pip install --prefix="/install" --no-deps --no-warn-script-location \
92+
'git+https://github.com/devture/matrix-synapse-shared-secret-auth@e178353ec87c56e0169dd04466d4769da5ed9c46#egg=shared_secret_authenticator'
93+
9094
# Copy over the rest of the synapse source code.
9195
COPY synapse /synapse/synapse/
9296
# ... and what we need to `pip install`.

0 commit comments

Comments
 (0)