mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-03 06:59:54 -05:00
fix docker build to install optional deps
This commit is contained in:
parent
2394e832a8
commit
95fca1c7e9
@ -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…
x
Reference in New Issue
Block a user