From e7617f0abd0ebd15c48960b9d5ea210698a57f3f Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 12 Sep 2023 19:02:14 +0000 Subject: [PATCH] build(coredeps): install perl-IPC-Cmd It is required to configure OpenSSL 3.0. --- scripts/coredeps/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/coredeps/Dockerfile b/scripts/coredeps/Dockerfile index a6ceed532c..62bda3040a 100644 --- a/scripts/coredeps/Dockerfile +++ b/scripts/coredeps/Dockerfile @@ -6,3 +6,4 @@ FROM $BASEIMAGE RUN pipx install tox COPY install-rust.sh /scripts/ RUN /scripts/install-rust.sh +RUN yum install -y perl-IPC-Cmd