From f15327adbd6b57ce2a633cdc28b181dc99d4de2d Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Fri, 3 Apr 2026 14:32:15 +1300 Subject: [PATCH] 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. --- common/common.manylinux_2_28 | 1 + 1 file changed, 1 insertion(+) diff --git a/common/common.manylinux_2_28 b/common/common.manylinux_2_28 index d55b32c..5fde6cb 100644 --- a/common/common.manylinux_2_28 +++ b/common/common.manylinux_2_28 @@ -10,6 +10,7 @@ RUN \ wget \ nasm \ zip \ + perl-IPC-Cmd \ && \ yum clean all