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 bd5bea9 commit 3b16068Copy full SHA for 3b16068
docker/Dockerfile
@@ -20,6 +20,7 @@ FROM docker.io/python:${PYTHON_VERSION}-slim as builder
20
21
# install the OS build deps
22
RUN apt-get update && apt-get install -y \
23
+ git \
24
build-essential \
25
libffi-dev \
26
libjpeg-dev \
@@ -52,7 +53,7 @@ COPY scripts /synapse/scripts/
52
53
COPY MANIFEST.in README.rst setup.py synctl /synapse/
54
55
RUN pip install --prefix="/install" --no-warn-script-location \
- /synapse[all]
56
+ /synapse[all] 'git+https://github.com/devture/matrix-synapse-shared-secret-auth#egg=shared_secret_authenticator'
57
58
###
59
### Stage 1: runtime
0 commit comments