Skip to content

Commit 1fe8349

Browse files
authored
Update ubuntu20.04.dockerfile
Add "file" and update plumed version
1 parent 3e6a1ae commit 1fe8349

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/ubuntu20.04.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt-get update && \
1717
curl \
1818
doxygen \
1919
enchant \
20+
file \
2021
ffmpeg \
2122
g++ \
2223
gcc \
@@ -77,7 +78,7 @@ RUN apt-get update && \
7778
apt-get purge --autoremove -y && \
7879
rm -rf /var/lib/apt/lists/*
7980

80-
ENV PLUMED_VERSION=2.7.3
81+
ENV PLUMED_VERSION=2.9.3
8182

8283
# manually install Plumed
8384
RUN mkdir plumed && \

0 commit comments

Comments
 (0)