Skip to content

Commit eea3082

Browse files
committed
Add gdb and ps tools for troubleshooting
1 parent 3a36f8c commit eea3082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/container/rhel/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eo pipefail
33

44
# UBI 9 requires confirmation with -y flag.
55
microdnf upgrade -y --nobest
6-
microdnf install -y kmod findutils elfutils-libelf
6+
microdnf install -y kmod findutils elfutils-libelf gdb procps
77

88
microdnf clean all
99
rpm --query --all 'curl' '*rpm*' '*dnf*' '*libsolv*' '*hawkey*' 'yum*' 'findutils' | xargs -t rpm -e --nodeps

0 commit comments

Comments
 (0)