Skip to content

Commit 34a0279

Browse files
committed
fix: put openssl in the base
1 parent d1847bc commit 34a0279

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

schedmd/slurm/25.05/rockylinux9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dnf -q -y install --setopt='install_weak_deps=False' \
129129
supervisor tini
130130
# Debug
131131
dnf -q -y install --setopt='install_weak_deps=False' \
132-
procps-ng iputils ncurses
132+
procps-ng iputils ncurses openssl
133133
EOR
134134

135135
################################################################################

schedmd/slurm/25.05/ubuntu24.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ apt-get -qq -y install --no-install-recommends \
108108
supervisor tini
109109
# Debug
110110
apt-get -qq -y install --no-install-recommends \
111-
procps iputils-ping ncurses-bin
111+
procps iputils-ping ncurses-bin openssl
112112
EOR
113113

114114
################################################################################

schedmd/slurm/25.11/rockylinux9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ dnf -q -y install --setopt='install_weak_deps=False' \
127127
supervisor tini
128128
# Debug
129129
dnf -q -y install --setopt='install_weak_deps=False' \
130-
procps-ng iputils ncurses
130+
procps-ng iputils ncurses openssl
131131
EOR
132132

133133
################################################################################

schedmd/slurm/25.11/ubuntu24.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ apt-get -qq -y install --no-install-recommends \
151151
supervisor tini
152152
# Debug
153153
apt-get -qq -y install --no-install-recommends \
154-
procps iputils-ping ncurses-bin
154+
procps iputils-ping ncurses-bin openssl
155155
EOR
156156

157157
################################################################################

schedmd/slurm/master/rockylinux9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ dnf -q -y install --setopt='install_weak_deps=False' \
127127
supervisor tini
128128
# Debug
129129
dnf -q -y install --setopt='install_weak_deps=False' \
130-
procps-ng iputils ncurses
130+
procps-ng iputils ncurses openssl
131131
EOR
132132

133133
################################################################################

schedmd/slurm/master/ubuntu24.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ apt-get -qq -y install --no-install-recommends \
108108
supervisor tini
109109
# Debug
110110
apt-get -qq -y install --no-install-recommends \
111-
procps iputils-ping ncurses-bin
111+
procps iputils-ping ncurses-bin openssl
112112
EOR
113113

114114
################################################################################

0 commit comments

Comments
 (0)