Add more required perl modules
ContainerImages/buildroot/pipeline/head This commit looks good Details

main
Dustin 2025-08-01 18:33:22 -05:00
parent 1d559126d2
commit ff2c90e4f0
1 changed files with 3 additions and 1 deletions

View File

@ -12,10 +12,12 @@ RUN dnf install -y \
ncurses-devel \ ncurses-devel \
openssh-clients \ openssh-clients \
patch \ patch \
perl-bignum \
perl-ExtUtils-MakeMaker \ perl-ExtUtils-MakeMaker \
perl-FindBin \ perl-FindBin \
perl-IPC-Cmd \
perl-Thread-Queue \ perl-Thread-Queue \
perl-bignum \
perl-open \
rsync \ rsync \
systemd \ systemd \
wget \ wget \