diff --git a/test/image-blueprints-bootc/el9/layer2-presubmit/group2/rhel98-bootc-source-fips.containerfile b/test/image-blueprints-bootc/el9/layer2-presubmit/group2/rhel98-bootc-source-fips.containerfile index 64062111bd..cbb724c03f 100644 --- a/test/image-blueprints-bootc/el9/layer2-presubmit/group2/rhel98-bootc-source-fips.containerfile +++ b/test/image-blueprints-bootc/el9/layer2-presubmit/group2/rhel98-bootc-source-fips.containerfile @@ -11,6 +11,6 @@ EOF # # Note: CNI plugins are required for podman to operate normally on RHEL 9.x. # This package is no longer installed as cri-o dependency. -RUN dnf install -y crypto-policies-scripts containernetworking-plugins && \ +RUN dnf install -y crypto-policies-scripts containernetworking-plugins dracut-fips && \ update-crypto-policies --no-reload --set FIPS && \ dnf clean all diff --git a/test/image-blueprints-bootc/el9/layer4-release/group2/rhel98-bootc-brew-lrel-fips.containerfile b/test/image-blueprints-bootc/el9/layer4-release/group2/rhel98-bootc-brew-lrel-fips.containerfile index dc2ccc51ad..90beaf89a5 100644 --- a/test/image-blueprints-bootc/el9/layer4-release/group2/rhel98-bootc-brew-lrel-fips.containerfile +++ b/test/image-blueprints-bootc/el9/layer4-release/group2/rhel98-bootc-brew-lrel-fips.containerfile @@ -13,7 +13,7 @@ EOF # # Note: CNI plugins are required for podman to operate normally on RHEL 9.x. # This package is no longer installed as cri-o dependency. -RUN dnf install -y crypto-policies-scripts containernetworking-plugins && \ +RUN dnf install -y crypto-policies-scripts containernetworking-plugins dracut-fips && \ update-crypto-policies --no-reload --set FIPS && \ dnf clean all # {{- end -}}