From ef8835b2fb7c1f24eeecf74e8dc67fe664e700e4 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Tue, 27 Jul 2021 20:11:04 +0000 Subject: [PATCH] pip install lxml --- containers/jug/dev.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/jug/dev.Dockerfile b/containers/jug/dev.Dockerfile index df573c3b3..9d0e67a8b 100644 --- a/containers/jug/dev.Dockerfile +++ b/containers/jug/dev.Dockerfile @@ -156,7 +156,7 @@ RUN cd /opt/spack-environment \ && pip install --trusted-host pypi.org \ --trusted-host files.pythonhosted.org \ --no-cache-dir \ - ipython matplotlib scipy yapf pandas pycairo pyyaml \ + ipython matplotlib scipy yapf pandas pycairo pyyaml lxml \ jupyter jupyterlab uproot pyunfold seaborn stashcp \ && echo -n "" \ && echo "Executing cmake patch for dd4hep 16.1" \ -- GitLab