Skip to content

Commit 5492426

Browse files
authored
Update ubuntu22.04.dockerfile
add "file" and update plumed
1 parent 1fe8349 commit 5492426

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/ubuntu22.04.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get update && \
1818
curl \
1919
doxygen \
2020
enchant-2 \
21+
file \
2122
g++ \
2223
gcc \
2324
gfortran \
@@ -82,7 +83,7 @@ RUN apt-get update && \
8283
# Plumed
8384
###########################################################################
8485

85-
ENV PLUMED_PKG_VERSION=2.8.2
86+
ENV PLUMED_PKG_VERSION=2.9.3
8687

8788
RUN mkdir plumed && \
8889
cd plumed && \

0 commit comments

Comments
 (0)