Add perl to make validatepr

Users reported that our container image for make validatepr needs perl
base installed.

Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
Brent Baude
2025-12-02 12:47:34 -06:00
parent 9a811bf5ac
commit 1bddd38e0a

View File

@@ -12,6 +12,7 @@ RUN dnf install -y systemd-devel \
libseccomp-devel \
make \
man-db \
perl \
perl-Clone \
perl-FindBin \
pre-commit && dnf clean all