mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-12 11:50:35 -05:00
Update Dockerfile
This commit is contained in:
parent
c5c2c2e099
commit
7c980c94a6
1 changed files with 1 additions and 2 deletions
|
|
@ -17,8 +17,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY synapse /synapse/synapse/
|
COPY synapse /synapse/synapse/
|
||||||
COPY scripts /synapse/scripts/
|
COPY MANIFEST.in README.rst setup.py /synapse/
|
||||||
COPY MANIFEST.in README.rst setup.py synctl /synapse/
|
|
||||||
|
|
||||||
RUN pip install --prefix="/install" --no-warn-script-location \
|
RUN pip install --prefix="/install" --no-warn-script-location \
|
||||||
/synapse[all] \
|
/synapse[all] \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue