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

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