Skip to content

Commit

Permalink
Add gdb and ps tools for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
erthalion committed Oct 7, 2024
1 parent 61089fe commit dfe36aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/container/rhel/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfe36aa

Please sign in to comment.