We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656db48 commit 7e6b2bdCopy full SHA for 7e6b2bd
docker/Dockerfile-custom-base
@@ -87,6 +87,10 @@ RUN PYTHONPATH=$(echo /poetry/lib/*/site-packages/) /poetry/bin/poetry export --
87
RUN --mount=type=cache,target=/root/.cache/pip \
88
pip install --prefix="/install" --no-deps --no-warn-script-location -r /synapse/requirements.txt
89
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
+
94
# Copy over the rest of the synapse source code.
95
COPY synapse /synapse/synapse/
96
# ... and what we need to `pip install`.
0 commit comments