Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
add apptainer, required for apptainer easyblock
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Oct 17, 2023
1 parent 951a5e6 commit 2acac0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/docker/rocky8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN dnf install -y gcc gcc-c++ gcc-gfortran gdb patch git flex freetype fontconf
dnf install -y python3 python3-setuptools python3-pip python3-cryptography python3-pyyaml python3-wheel && \
dnf install -y glibc-static glibc-gconv-extra which make libtool automake autoconf file bzip2 gzip p7zip p7zip-plugins && \
dnf install -y openssl openssl-devel openssh-clients strace wget curl sssd-client bc && \
dnf install -y vim-common xz unzip zip cpio systemd-devel libidn rsync && \
dnf install -y vim-common xz unzip zip cpio systemd-devel libidn rsync apptainer && \
pip3 install pycodestyle
# Easybuild GitHub integration
RUN pip3 install GitPython keyring keyrings.alt rich
Expand Down

0 comments on commit 2acac0a

Please sign in to comment.