Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions base/Dockerfile.rhel9
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down