From 733191420646ce39822bb0fa404a114174ee5916 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 10 Nov 2024 20:13:58 -0500 Subject: [PATCH] Update Containerfile --- Containerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 74fcaeb..e92c37d 100644 --- a/Containerfile +++ b/Containerfile @@ -37,6 +37,4 @@ rpm-ostree install firewalld && \ rpm-ostree install openscap openscap-scanner scap-security-guide -y && \ oscap xccdf generate fix --profile xccdf_org.ssgproject.content_profile_anssi_bp28_minimal --fix-type bash /usr/share/xml/scap/ssg/content/ssg-rl9-ds.xml > /scap.sh && \ (bash /scap.sh || true) && \ -rm -vf /scap.sh && \ -# Clean -rpm-ostree cleanup --base +rm -vf /scap.sh