From e94cc2116e96c08b85750ac3120ca87860c444ef Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Tue, 14 Nov 2023 11:29:55 +0100 Subject: [PATCH] add perl-Thread-Queue to Rocky Linux 8.8 container --- rockylinux-8.8/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rockylinux-8.8/Dockerfile b/rockylinux-8.8/Dockerfile index 1c8d9e6..f2f5227 100644 --- a/rockylinux-8.8/Dockerfile +++ b/rockylinux-8.8/Dockerfile @@ -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