Skip to content

Commit

Permalink
add unzip to lammps
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jul 26, 2023
1 parent 2710271 commit 3fb345c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanilla-lammps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y fftw3-dev fftw3 pdsh libfabric-dev libfabric1 \
dnsutils telnet strace cmake git g++ \
mpich wget curl
mpich wget curl unzip

# install laamps
WORKDIR /opt/
Expand Down

0 comments on commit 3fb345c

Please sign in to comment.