summary refs log tree commit diff
path: root/docker
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-01-09 16:37:51 +0000
committerRichard van der Hoff <richard@matrix.org>2019-01-09 16:37:51 +0000
commit95fca1c7e95abe5c40e770c8834ee64bb62ad6d2 (patch)
tree5336601f333ed8285fd87579be8b309beb60a1fc /docker
parentdebian: Remove Breaks: matrix-synapse-ldap3 (diff)
downloadsynapse-95fca1c7e95abe5c40e770c8834ee64bb62ad6d2.tar.xz
fix docker build to install optional deps release-v0.34.1
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index db44c02a92..4b739e7d02 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -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