diff --git a/containers/jug/dev.Dockerfile b/containers/jug/dev.Dockerfile
index bd2a58e57df0049b566068d1b42cf87fdff5d65a..2ce92d5369a9756f2d27caeb28c205dd7e1bb42d 100644
--- a/containers/jug/dev.Dockerfile
+++ b/containers/jug/dev.Dockerfile
@@ -150,7 +150,7 @@ RUN cd /opt/spack-environment                                           \
                 --trusted-host files.pythonhosted.org                   \
                 --no-cache-dir                                          \
         ipython matplotlib scipy yapf pandas pycairo pyyaml             \
-        jupyter jupyterlab uproot pyunfold seaborn                      \
+        jupyter jupyterlab uproot pyunfold seaborn stashcp              \
  && echo -n ""                                                          \
  && echo "Executing cmake patch for dd4hep 16.1"                        \                
  && sed -i "s/FIND_PACKAGE(Python/#&/" /usr/local/cmake/DD4hepBuild.cmake