From 3510621a0cafb4d35f4123b7375b5fa3eee6b342 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 12 Nov 2025 20:35:27 -0600 Subject: [PATCH] Install perl-Time-Piece Required to build libopenssl-3.5.4 --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index c7adbce..238f236 100644 --- a/Containerfile +++ b/Containerfile @@ -17,6 +17,7 @@ RUN dnf install -y \ perl-FindBin \ perl-IPC-Cmd \ perl-Thread-Queue \ + perl-Time-Piece \ perl-bignum \ perl-open \ rsync \