From 90c2e8ab9c0b7e65b0ccf2d99eaf84ff151838e8 Mon Sep 17 00:00:00 2001 From: Paul Abel <128620221+pdabelf5@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:12:20 +0000 Subject: [PATCH] remove packages not required (#6989) --- 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