summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-02-18 12:08:21 +0000
committerErik Johnston <erik@matrix.org>2021-02-18 12:08:21 +0000
commit48cc4f89031ac775bc30a410f63dc2b3e40fd908 (patch)
treeef8ddab017ac975d2612924a6b449f2215123767
parentTry building cryptography separately to avoid time outs (diff)
downloadsynapse-48cc4f89031ac775bc30a410f63dc2b3e40fd908.tar.xz
Try building lxml up front to avoid time outs
-rw-r--r--docker/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 749b191ec2..2a2d0ba55b 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -38,6 +38,9 @@ ENV CARGO_NET_OFFLINE=${CARGO_NET_OFFLINE}
 
 # Build dependencies that are not available as wheels, to speed up rebuilds
 RUN pip install --prefix="/install" --no-warn-script-location \
+        lxml
+
+RUN pip install --prefix="/install" --no-warn-script-location \
         cryptography
 
 RUN pip install --prefix="/install" --no-warn-script-location \