From 65fd72ce7b735fbadaa0030e7494501a8dd7af6d Mon Sep 17 00:00:00 2001 From: Noel Miller <4983138+noelmiller@users.noreply.github.com> Date: Thu, 4 Jan 2024 18:56:17 -0600 Subject: [PATCH] feat: Add Selinux Troubleshooting packages (#651) --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index c841082eb4..ccca4c686d 100644 --- a/Containerfile +++ b/Containerfile @@ -166,6 +166,8 @@ RUN rpm-ostree install \ fira-code-fonts \ glow \ gum \ + setroubleshoot \ + setools \ redhat-lsb-core && \ ln -s /usr/share/fonts/google-noto-sans-cjk-fonts /usr/share/fonts/noto-cjk && \ wget https://raw.githubusercontent.com/scaronni/steam-proton-mf-wmv/master/installcab.py -O /usr/bin/installcab && \