From addddf58ccef86428df58b0d10698a2af390b60f Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 26 Apr 2022 21:16:10 +0300 Subject: [PATCH] Add --no-deps for custom packages too --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 50cef323c..3c224a786 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \