Add perl-IPC-Cmd package for OpenSSL build support

AlmaLinux 8 splits perl-IPC-Cmd into a separate package, which is
needed by OpenSSL's Configure script.
This commit is contained in:
Julian Oes
2026-04-03 14:32:15 +13:00
parent 003dfa0517
commit f15327adbd
+1
View File
@@ -10,6 +10,7 @@ RUN \
wget \
nasm \
zip \
perl-IPC-Cmd \
&& \
yum clean all