mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-04-23 19:29:09 -04:00
Update dockerfile
This commit is contained in:
parent
fe1596fd8b
commit
39f228c35c
@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY synapse /synapse/synapse/
|
||||
COPY MANIFEST.in README.rst setup.py requirements.txt /synapse/
|
||||
COPY README.rst pyproject.toml requirements.txt /synapse/
|
||||
|
||||
RUN pip install --prefix="/install" --no-warn-script-location \
|
||||
--no-deps -r /synapse/requirements.txt \
|
||||
|
Loading…
x
Reference in New Issue
Block a user