mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-13 22:34:05 +01:00
fix docker build to install optional deps
This commit is contained in:
parent
2394e832a8
commit
95fca1c7e9
1 changed files with 1 additions and 3 deletions
|
@ -33,9 +33,7 @@ RUN pip install --prefix="/install" --no-warn-script-location \
|
||||||
|
|
||||||
COPY . /synapse
|
COPY . /synapse
|
||||||
RUN pip install --prefix="/install" --no-warn-script-location \
|
RUN pip install --prefix="/install" --no-warn-script-location \
|
||||||
lxml \
|
/synapse[all]
|
||||||
psycopg2 \
|
|
||||||
/synapse
|
|
||||||
|
|
||||||
###
|
###
|
||||||
### Stage 1: runtime
|
### Stage 1: runtime
|
||||||
|
|
Loading…
Reference in a new issue