From 24c12e677fdc927671972801fefdca6660586076 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Wed, 6 Dec 2023 16:20:37 -0700 Subject: [PATCH] foo --- ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu b/ubuntu index 1ff326d..8b4da08 100644 --- a/ubuntu +++ b/ubuntu @@ -18,7 +18,7 @@ RUN apt-get update && \ # install ubuntu's gromacs RUN . /etc/os-release && if [ -z "${GMX_BRANCH}" ]; then \ apt-get update && \ - apt-get install -y libgromacs-dev gromacs-mpi && \ + apt-get install -y libgromacs-dev gromacs-openmpi && \ apt-get purge --autoremove -y && \ apt-get clean; \ fi