Skip to content
Snippets Groups Projects
Commit 95fca1c7 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

fix docker build to install optional deps

parent 2394e832
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment