0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-18 03:23:45 +02:00

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

View file

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