Merge pull request #27662 from baude/addperltomakevalidatepr

Add perl to make validatepr
This commit is contained in:
openshift-merge-bot[bot] 2025-12-02 19:27:27 +00:00 committed by GitHub
commit 4eaff6fe22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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