mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Don't uninstall build env setuptools
This commit is contained in:
parent
f40ba2fffe
commit
1bf9f5a019
@ -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 New Issue
Block a user