feat: try to complete package list

This commit is contained in:
Seraphim Strub 2025-03-31 22:03:45 +00:00
parent 7b3b3258a6
commit d956392853

View file

@ -14,12 +14,11 @@ RUN <<EOF
dnf config-manager setopt assumeyes=True
dnf config-manager setopt install_weak_deps=False
dnf install @sway-desktop-environment
dnf install @sway-desktop-environment @container-management
dnf install go wireguard wireguard-tools neovim age aria2 android-tools croc p7zip p7zip-plugins rclone restic sshuttle tuned upower
# other packages
dnf install go
dnf remove @guest-desktop-agents @abrt-desktop
dnf remove vim-data vim-minimal qemu-guest-agent
dnf remove @guest-desktop-agents @abrt-desktop @cloud-management
dnf remove vim-data vim-minimal qemu-user-static default-editor foot
dnf autoremove && dnf clean all