Skip to content

Commit

Permalink
libatomic1 needed for run-time
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Nov 17, 2023
1 parent 91c5512 commit 50154a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwchem-cross/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ ARG CACHE_HIT
COPY --from=relink /tmp/nwchem.tar.xz /tmp/nwchem.tar.xz
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN apt-get update -q=2 && apt install -y -q=2 binutils bzip2 xz-utils \
RUN apt-get update -q=2 && apt install -y -q=2 libatomic1 binutils bzip2 xz-utils \
libgfortran5 libpython3.10 libgomp1 libgcc-s1 \
&& groupadd -r nwchem -g 1994 \
&& useradd -u 1994 -r -g nwchem -c 'NWChem user' -M -d /opt/nwchem -s /bin/bash nwchem \
Expand Down

0 comments on commit 50154a8

Please sign in to comment.