Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans committed Dec 6, 2023
1 parent 3c2abd3 commit 24c12e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24c12e6

Please sign in to comment.