Skip to content

Commit

Permalink
fix AlmaLinux 8.6 container
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianAchilles committed Nov 23, 2024
1 parent dfd69b7 commit 1478d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions almalinux-8.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM almalinux:8.6
RUN useradd -ms /bin/bash easybuild
# Add new AlmaLinux 8 GPG key, c.f. https://almalinux.org/blog/2023-12-20-almalinux-8-key-update/
RUN rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
# enable PowerTools repository, required by Lmod in EPEL
RUN dnf -y install dnf-plugins-core && dnf config-manager --set-enabled powertools \
&& dnf -y install epel-release && dnf -y install python3 Lmod
# Add new AlmaLinux 8 GPG key, c.f. https://almalinux.org/blog/2023-12-20-almalinux-8-key-update/
RUN rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
# glibc-langpack-en provides locale stuff (for en_US.UTF-8)
RUN dnf -y install bzip2 curl diffutils file gcc-c++ git glibc-langpack-en gzip make openssl openssl-devel rdma-core-devel patch sudo tar unzip which xz
RUN python3 -m pip install archspec

0 comments on commit 1478d77

Please sign in to comment.