copr: builders: mock to install shadow-utils to bootstrap chroot
https://bugzilla.redhat.com/show_bug.cgi?id=1745123
This commit is contained in:
parent
6a717f8536
commit
583f96679a
1 changed files with 3 additions and 0 deletions
|
@ -29,3 +29,6 @@ config_opts['plugin_conf']['chroot_scan_opts'] = {
|
|||
|
||||
# hack: dnf would install elfutils-libelf from DTS, and that would break the transaction
|
||||
config_opts['yum_install_command'] = 'install yum yum-utils shadow-utils distribution-gpg-keys elfutils-libelf'
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1745123, remove with new mock release
|
||||
config_opts['dnf_install_command'] = 'install dnf dnf-plugins-core shadow-utils distribution-gpg-keys'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue