mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 07:15:37 -04:00
Add --no-deps for custom packages too
This commit is contained in:
parent
1a1afff8e7
commit
addddf58cc
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ COPY README.rst pyproject.toml requirements.txt /synapse/
|
||||||
RUN pip install --prefix="/install" --no-warn-script-location \
|
RUN pip install --prefix="/install" --no-warn-script-location \
|
||||||
--no-deps -r /synapse/requirements.txt \
|
--no-deps -r /synapse/requirements.txt \
|
||||||
&& pip install --prefix="/install" --no-warn-script-location \
|
&& 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/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' \
|
'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 \
|
&& pip install --prefix="/install" --no-warn-script-location \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue