chore: remove guest agents and update exclude to dnf5
This commit is contained in:
parent
4fe7086606
commit
4ca112d334
1 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,7 @@ RUN <<EOF
|
|||
set -ouex pipefail
|
||||
|
||||
dnf install --assumeyes 'dnf5-command(config-manager)'
|
||||
dnf config-manager setopt exclude=PackageKit,PackageKit-command-not-found,rootfiles,firefox
|
||||
dnf config-manager setopt excludepkgs=PackageKit,PackageKit-command-not-found,rootfiles,firefox
|
||||
dnf config-manager setopt assumeyes=True
|
||||
dnf config-manager setopt install_weak_deps=False
|
||||
|
||||
|
@ -18,7 +18,8 @@ RUN <<EOF
|
|||
|
||||
# other packages
|
||||
dnf install go
|
||||
dnf remove vim-data vim-minimal
|
||||
dnf remove @guest-desktop-agents
|
||||
dnf remove vim-data vim-minimal qemu-guest-agent
|
||||
|
||||
dnf autoremove && dnf clean all
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue