From abb4849f8fa646467f9d6b52bb4e183a837e5af5 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 1 Aug 2025 18:41:39 -0500 Subject: [PATCH] Add more required perl modules --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 4409897..c7adbce 100644 --- a/Containerfile +++ b/Containerfile @@ -12,6 +12,7 @@ RUN dnf install -y \ ncurses-devel \ openssh-clients \ patch \ + perl-English \ perl-ExtUtils-MakeMaker \ perl-FindBin \ perl-IPC-Cmd \