diff --git a/prepare-image.sh b/prepare-image.sh index b449f9e19..fa5c94050 100755 --- a/prepare-image.sh +++ b/prepare-image.sh @@ -80,6 +80,8 @@ dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarc dnf config-manager --set-disabled epel dnf install -y --enablerepo=epel inotify-tools +dnf remove -y 'dnf-command(config-manager)' + # NOTE(elfosardo): we need to reinstall tzdata as the base CS9 container removes # its content, for more info see https://bugzilla.redhat.com/show_bug.cgi?id=2052861 dnf reinstall -y tzdata