Skip to content

Commit

Permalink
add py openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Dec 7, 2023
1 parent 72cfe7c commit 7255964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7255964

Please # to comment.