Skip to content

Commit 3b16068

Browse files
committed
Add shared secret authenticator that disappeared somewhere
1 parent bd5bea9 commit 3b16068

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ FROM docker.io/python:${PYTHON_VERSION}-slim as builder
2020

2121
# install the OS build deps
2222
RUN apt-get update && apt-get install -y \
23+
git \
2324
build-essential \
2425
libffi-dev \
2526
libjpeg-dev \
@@ -52,7 +53,7 @@ COPY scripts /synapse/scripts/
5253
COPY MANIFEST.in README.rst setup.py synctl /synapse/
5354

5455
RUN pip install --prefix="/install" --no-warn-script-location \
55-
/synapse[all]
56+
/synapse[all] 'git+https://github.com/devture/matrix-synapse-shared-secret-auth#egg=shared_secret_authenticator'
5657

5758
###
5859
### Stage 1: runtime

0 commit comments

Comments
 (0)