Skip to content

Commit

Permalink
Add missing shared secret authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Jun 8, 2022
1 parent 656db48 commit 7e6b2bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile-custom-base
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ RUN PYTHONPATH=$(echo /poetry/lib/*/site-packages/) /poetry/bin/poetry export --
RUN --mount=type=cache,target=/root/.cache/pip \
pip install --prefix="/install" --no-deps --no-warn-script-location -r /synapse/requirements.txt

# Beeper: install shared secret authenticator
RUN pip install --prefix="/install" --no-deps --no-warn-script-location \
'git+https://github.com/devture/matrix-synapse-shared-secret-auth@e178353ec87c56e0169dd04466d4769da5ed9c46#egg=shared_secret_authenticator'

# Copy over the rest of the synapse source code.
COPY synapse /synapse/synapse/
# ... and what we need to `pip install`.
Expand Down

0 comments on commit 7e6b2bd

Please sign in to comment.