koji_builder / runroot: Also add bind mount to nspwan args

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-07-21 09:57:43 -07:00
parent 7c10f88b02
commit 9e98f4c0de

View file

@ -16,6 +16,7 @@ config_opts['nspawn_args'] += ['--capability=cap_mac_admin']
# https://pagure.io/fedora-infrastructure/issue/11420
config_opts['plugin_conf']['bind_mount_enable'] = True
config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(("/dev/fuse", "/dev/fuse"))
config_opts['nspawn_args'] += ['--bind=/dev/fuse']
{% endif %}
config_opts['dnf_command'] = '/usr/bin/dnf-3'
config_opts['system_dnf_command'] = '/usr/bin/dnf-3'