From b4e1aa74a294f438e9bce95d503934ef5ff7f5af Mon Sep 17 00:00:00 2001 From: ganeshmurthy Date: Thu, 30 Jan 2025 10:42:17 -0500 Subject: [PATCH] Removed unused libraries audit-libs iputils libcap-ng libidn2 libsemanage libunistring --- Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containerfile b/Containerfile index bc3e5cd0d..c181a6a34 100644 --- a/Containerfile +++ b/Containerfile @@ -61,7 +61,6 @@ RUN dnf -y --setopt=install_weak_deps=0 --nodocs \ cyrus-sasl-lib cyrus-sasl-plain openssl \ python3 \ libnghttp2 \ - hostname iputils \ shadow-utils \ && chroot /output useradd --uid 10000 runner \ && dnf -y --installroot /output remove shadow-utils \