From dfe36aa1271d7dbc11209da3b6ca8b42c667e321 Mon Sep 17 00:00:00 2001 From: Dmitrii Dolgov <9erthalion6@gmail.com> Date: Mon, 7 Oct 2024 16:24:51 +0200 Subject: [PATCH] Add gdb and ps tools for troubleshooting --- collector/container/rhel/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/container/rhel/install.sh b/collector/container/rhel/install.sh index ee32ddae17..9dc88f153b 100755 --- a/collector/container/rhel/install.sh +++ b/collector/container/rhel/install.sh @@ -3,7 +3,7 @@ set -eo pipefail # UBI 9 requires confirmation with -y flag. microdnf upgrade -y --nobest -microdnf install -y kmod findutils elfutils-libelf +microdnf install -y kmod findutils elfutils-libelf gdb procps microdnf clean all rpm --query --all 'curl' '*rpm*' '*dnf*' '*libsolv*' '*hawkey*' 'yum*' 'findutils' | xargs -t rpm -e --nodeps