0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-07 21:28:53 +02:00

fix docker build to install optional deps

This commit is contained in:
Richard van der Hoff 2019-01-09 16:37:51 +00:00
parent 2394e832a8
commit 95fca1c7e9

View file

@ -33,9 +33,7 @@ RUN pip install --prefix="/install" --no-warn-script-location \
COPY . /synapse
RUN pip install --prefix="/install" --no-warn-script-location \
lxml \
psycopg2 \
/synapse
/synapse[all]
###
### Stage 1: runtime