From 64c6355046d14f81bdc0b6810009f64f95862885 Mon Sep 17 00:00:00 2001 From: Paul Abel Date: Fri, 13 Dec 2024 16:13:48 +0000 Subject: [PATCH] remove packages not required --- build/scripts/ubi-clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/ubi-clean.sh b/build/scripts/ubi-clean.sh index babdf0a121..725f22dac2 100755 --- a/build/scripts/ubi-clean.sh +++ b/build/scripts/ubi-clean.sh @@ -2,5 +2,5 @@ set -e -microdnf remove -y shadow-utils subscription-manager +microdnf remove -y shadow-utils subscription-manager python3-requests python3-cloud-what python3-subscription-manager-rhsm python3-setuptools python3-inotify python3-requests python3-urllib3 python3-idna microdnf clean all && rm -rf /var/cache/dnf