Skip to content

Commit 2090d5b

Browse files
author
Alan O'Cais
committed
Add openssl devel headers
1 parent 0f3f29d commit 2090d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easybuild/tools/containers/docker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
apt-get install -y python3 python3-pip lmod curl wget git \\
7878
bzip2 gzip tar zip unzip xz-utils \\
7979
patch automake git debianutils \\
80-
g++ libdata-dump-perl libthread-queue-any-perl
80+
g++ libdata-dump-perl libthread-queue-any-perl libssl-dev
8181
8282
RUN OS_DEPS='%(os_deps)s' && \\
8383
test -n "${OS_DEPS}" && \\
@@ -89,7 +89,7 @@
8989
yum install -y python3 python3-pip Lmod curl wget git \\
9090
bzip2 gzip tar zip unzip xz \\
9191
patch makefile git which \\
92-
gcc-c++ perl-Data-Dumper perl-Thread-Queue
92+
gcc-c++ perl-Data-Dumper perl-Thread-Queue openssl-dev
9393
9494
RUN OS_DEPS='%(os_deps)s' && \\
9595
test -n "${OS_DEPS}" && \\

0 commit comments

Comments
 (0)