We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3f29d commit 2090d5bCopy full SHA for 2090d5b
easybuild/tools/containers/docker.py
@@ -77,7 +77,7 @@
77
apt-get install -y python3 python3-pip lmod curl wget git \\
78
bzip2 gzip tar zip unzip xz-utils \\
79
patch automake git debianutils \\
80
- g++ libdata-dump-perl libthread-queue-any-perl
+ g++ libdata-dump-perl libthread-queue-any-perl libssl-dev
81
82
RUN OS_DEPS='%(os_deps)s' && \\
83
test -n "${OS_DEPS}" && \\
@@ -89,7 +89,7 @@
89
yum install -y python3 python3-pip Lmod curl wget git \\
90
bzip2 gzip tar zip unzip xz \\
91
patch makefile git which \\
92
- gcc-c++ perl-Data-Dumper perl-Thread-Queue
+ gcc-c++ perl-Data-Dumper perl-Thread-Queue openssl-dev
93
94
95
0 commit comments