From 258253375c8893c8fa5c50fc54cb9456fa76dbd6 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Fri, 20 Feb 2026 13:29:49 -0500 Subject: [PATCH] Revert "OCPBUGS-76286: openshift-enterprise-base: remove subscription-manager, dbus, systemd" --- base/Dockerfile.rhel9 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/base/Dockerfile.rhel9 b/base/Dockerfile.rhel9 index d272db27f..b4809afab 100644 --- a/base/Dockerfile.rhel9 +++ b/base/Dockerfile.rhel9 @@ -10,10 +10,9 @@ RUN INSTALL_PKGS=" \ which tar wget hostname shadow-utils \ socat findutils lsof bind-utils gzip \ procps-ng rsync iproute diffutils python3 \ - python-unversioned-command util-linux" && \ + python-unversioned-command util-linux dbus systemd subscription-manager" && \ echo 'skip_missing_names_on_install=0' >> /etc/yum.conf && \ - echo 'install_weak_deps=0' >> /etc/yum.conf && \ - dnf install -y --nodocs ${INSTALL_PKGS} && \ + dnf install -y --nodocs --setopt=install_weak_deps=False ${INSTALL_PKGS} && \ dnf clean all && rm -rf /var/cache/* # OKD-specific changes