Skip to content

Commit

Permalink
Non-interactive microdnf remove
Browse files Browse the repository at this point in the history
Apparently it does not detect we are not running interactively and it needs an additional -y
  • Loading branch information
ktf authored Jun 10, 2024
1 parent 40e69cb commit 3bc7129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ microdnf install -y shadow-utils git which s3cmd rpm-build make gcc createrepo r
gem install --no-document fpm

useradd -rmUu 981 alipublish
microdnf remove shadow-utils
microdnf remove -y shadow-utils

rpmdb --rebuilddb
microdnf clean all
Expand Down

0 comments on commit 3bc7129

Please sign in to comment.