From 48cc4f89031ac775bc30a410f63dc2b3e40fd908 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 18 Feb 2021 12:08:21 +0000 Subject: Try building lxml up front to avoid time outs --- docker/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 749b191ec2..2a2d0ba55b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -37,6 +37,9 @@ RUN apt-get update && apt-get install -y \ 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 -- cgit 1.4.1