Skip to content

Commit

Permalink
add strace 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 May 17, 2023
1 parent ec18fb4 commit 801fef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lammps-mpich/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
USER root
WORKDIR /opt/
RUN apt-get update && \
apt-get install -y fftw3-dev fftw3 pdsh libfabric-dev libfabric1
apt-get install -y fftw3-dev fftw3 pdsh libfabric-dev libfabric1 dnsutils telnet strace

# install laamps
RUN git clone --depth 1 --branch stable_29Sep2021_update2 https://github.com/lammps/lammps.git /opt/lammps && \
Expand Down

0 comments on commit 801fef1

Please sign in to comment.