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 eea3082 commit 77d7994Copy full SHA for 77d7994
collector/container/rhel/install.sh
@@ -6,5 +6,5 @@ microdnf upgrade -y --nobest
6
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
+#rpm --query --all 'curl' '*rpm*' '*dnf*' '*libsolv*' '*hawkey*' 'yum*' 'findutils' | xargs -t rpm -e --nodeps
10
rm -rf /var/cache/yum
0 commit comments