From 7255964163e9baecd7b558b6c9a5cb427c6140fe Mon Sep 17 00:00:00 2001 From: Alexander Puck Neuwirth Date: Thu, 7 Dec 2023 08:57:43 +0100 Subject: [PATCH] add py openssl --- easybuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easybuild/Dockerfile b/easybuild/Dockerfile index 850020d..6491a29 100644 --- a/easybuild/Dockerfile +++ b/easybuild/Dockerfile @@ -10,7 +10,7 @@ ARG EB_VER=4.6.1 LABEL easybuild_version=${EB_VER} # install required packages (EPEL is required for Lmod) RUN yum install -y epel-release \ - && yum install -y bzip2 file gcc-c++ git Lmod make openssl openssl-devel patch python3-pip unzip vim which rdma-core-devel perl-Thread-Queue debianutils + && yum install -y bzip2 file gcc-c++ git Lmod make openssl openssl-devel patch python3-pip unzip vim which rdma-core-devel perl-Thread-Queue debianutils python-requests pyOpenSSL # install EasBuild & archspec RUN pip3 install easybuild==${EB_VER} archspec pep8 # add 'easybuild' user