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 c6c9113 commit e0a872dCopy full SHA for e0a872d
docker/Dockerfile
@@ -139,6 +139,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
139
RUN --mount=type=cache,target=/root/.cache/pip \
140
pip install setuptools \
141
&& pip install --prefix="/install" --no-warn-script-location synapse-token-authenticator==0.6.0 \
142
+ && pip install --prefix="/install" --no-warn-script-location matrix-synapse-ldap3 \
143
&& pip install --prefix="/install" --no-warn-script-location synapse-s3-storage-provider \
144
&& pip install --prefix="/install" --no-warn-script-location synapse-auto-accept-invite \
145
&& pip install --prefix="/install" --no-warn-script-location synapse-invite-checker==0.2.0 \
0 commit comments