Skip to content

Commit

Permalink
Add Rocky 9.4 definition
Browse files Browse the repository at this point in the history
  • Loading branch information
verdurin committed Jun 6, 2024
1 parent dfd69b7 commit 5fe12b8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions rockylinux-9.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM rockylinux:9.4
RUN useradd -ms /bin/bash easybuild
RUN dnf -y update \
# enable crb repository
&& dnf -y install dnf-plugins-core && dnf config-manager --set-enabled crb \
&& dnf -y install epel-release && dnf -y install python3 python3-pip Lmod
# --allowerasing is required to allow to install curl and remove conflicting curl-minimal which is part of the base image
# glibc-langpack-en provides locale stuff (for en_US.UTF-8)
RUN dnf -y --allowerasing install bzip2 curl diffutils file findutils gcc-c++ git glibc-langpack-en gzip make openssl openssl-devel rdma-core-devel patch sudo tar unzip which xz
# install requirements to build OpenSSL 1.1 and 3.0 from source
RUN dnf -y install perl-FindBin perl-File-Compare perl-File-Copy perl-IPC-Cmd perl-Pod-Html
RUN python3 -m pip install archspec

0 comments on commit 5fe12b8

Please sign in to comment.