Skip to content

Commit

Permalink
Revert microdnf changes
Browse files Browse the repository at this point in the history
  • Loading branch information
erthalion committed Jan 17, 2024
1 parent 860ab7b commit caaefbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collector/container/rhel/install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -eo pipefail

microdnf upgrade --nobest
microdnf install kmod findutils elfutils-libelf
microdnf upgrade -y --nobest
microdnf install -y kmod findutils elfutils-libelf

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

0 comments on commit caaefbb

Please sign in to comment.