From 252b9b8a1372b66e713890e00a7f0ff3da3f6f97 Mon Sep 17 00:00:00 2001 From: Peter Willendrup Date: Fri, 12 Jan 2024 13:15:20 +0100 Subject: [PATCH] Reinstate mpi-dev (which provides a backup compiler solution for NeXus which currently does not compile with conda-based compiler... :-( ) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 413fa1d3..5639601b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ RUN apt-get -y -qq update \ evince \ gnuplot \ octave \ + libopenmpi-dev \ libnexus1 \ libnexus-dev \ git \