0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-16 09:38:19 +02:00

Add --no-deps for custom packages too

This commit is contained in:
Tulir Asokan 2022-04-26 21:16:10 +03:00
parent 1a1afff8e7
commit addddf58cc

View file

@ -22,6 +22,7 @@ COPY README.rst pyproject.toml requirements.txt /synapse/
RUN pip install --prefix="/install" --no-warn-script-location \
--no-deps -r /synapse/requirements.txt \
&& pip install --prefix="/install" --no-warn-script-location \
--no-deps \
'git+https://github.com/maunium/synapse-simple-antispam#egg=synapse-simple-antispam' \
'git+https://github.com/devture/matrix-synapse-shared-secret-auth@2.0.2#egg=shared_secret_authenticator' \
&& pip install --prefix="/install" --no-warn-script-location \