mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-10 20:11:32 +01:00
Don't uninstall build env setuptools
This commit is contained in:
parent
f40ba2fffe
commit
1bf9f5a019
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue