We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a36f8c commit eea3082Copy full SHA for eea3082
collector/container/rhel/install.sh
@@ -3,7 +3,7 @@ set -eo pipefail
3
4
# UBI 9 requires confirmation with -y flag.
5
microdnf upgrade -y --nobest
6
-microdnf install -y kmod findutils elfutils-libelf
+microdnf install -y kmod findutils elfutils-libelf gdb procps
7
8
microdnf clean all
9
rpm --query --all 'curl' '*rpm*' '*dnf*' '*libsolv*' '*hawkey*' 'yum*' 'findutils' | xargs -t rpm -e --nodeps
0 commit comments