From 15df1c72b3ffd24f6df2f66d1608b42a0e363c74 Mon Sep 17 00:00:00 2001 From: Paul Abel <128620221+pdabelf5@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:22:35 +0000 Subject: [PATCH] Trim UBI python packages (#6993) --- 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