Adding IPMI tool to dockerfile
Some checks failed
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 10m56s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped

Signed-off-by: Sahil Shah <sahshah@redhat.com>
This commit is contained in:
Sahil Shah
2025-08-25 11:49:49 -04:00
committed by Naga Ravi Chaitanya Elluri
parent e8fd432fc5
commit 05bc404d32

View File

@@ -28,7 +28,7 @@ ENV KUBECONFIG /home/krkn/.kube/config
# This overwrites any existing configuration in /etc/yum.repos.d/kubernetes.repo
RUN dnf update && dnf install -y --setopt=install_weak_deps=False \
git python39 jq yq gettext wget which &&\
git python39 jq yq gettext wget which ipmitool &&\
dnf clean all
# copy oc client binary from oc-build image