Skip to content

Commit

Permalink
Merge pull request #27 from boegel/perl-Thread-Queue
Browse files Browse the repository at this point in the history
add perl-Thread-Queue to Rocky Linux 8.8 container
  • Loading branch information
boegel authored Nov 16, 2023
2 parents 613c431 + e94cc21 commit 406fc29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rockylinux-8.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ RUN useradd -ms /bin/bash easybuild
RUN dnf -y install dnf-plugins-core && dnf config-manager --set-enabled powertools \
&& dnf -y install epel-release && dnf -y install python3 Lmod
# glibc-langpack-en provides locale stuff (for en_US.UTF-8)
RUN dnf -y 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
# perl-Thread-Queue is required by Automake
RUN dnf -y install bzip2 curl diffutils file findutils gcc-c++ git glibc-langpack-en gzip make openssl openssl-devel patch perl-Thread-Queue rdma-core-devel sudo tar unzip which xz
RUN python3 -m pip install archspec

0 comments on commit 406fc29

Please sign in to comment.