Don't uninstall build env setuptools

This commit is contained in:
Tulir Asokan 2022-04-26 21:48:15 +03:00
parent f40ba2fffe
commit 1bf9f5a019
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
COPY synapse /synapse/synapse/
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 --ignore-installed \
--no-deps -r /synapse/requirements.txt \
&& pip install --prefix="/install" --no-warn-script-location \
--no-deps \