From ff2c90e4f0390a793e26c3bf42bfddc58b865358 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 1 Aug 2025 18:33:22 -0500 Subject: [PATCH] Add more required perl modules --- Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 3706e09..4409897 100644 --- a/Containerfile +++ b/Containerfile @@ -12,10 +12,12 @@ RUN dnf install -y \ ncurses-devel \ openssh-clients \ patch \ - perl-bignum \ perl-ExtUtils-MakeMaker \ perl-FindBin \ + perl-IPC-Cmd \ perl-Thread-Queue \ + perl-bignum \ + perl-open \ rsync \ systemd \ wget \