summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-01-09 16:52:08 +0000
committerRichard van der Hoff <richard@matrix.org>2019-01-09 16:52:08 +0000
commit8d4b4e781f6d4502795cdeb2d588f685c718697f (patch)
tree5ddd5f549be0a1916868078ba4c53fe2181a60fa
parentMerge branch 'master' into develop (diff)
parentfix docker build to install optional deps (diff)
downloadsynapse-8d4b4e781f6d4502795cdeb2d588f685c718697f.tar.xz
Merge branch 'master' into develop
-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