1
0

Try building lxml up front to avoid time outs

This commit is contained in:
Erik Johnston
2021-02-18 12:08:21 +00:00
parent 3fe29250c4
commit 48cc4f8903
+3
View File
@@ -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