feat: try to complete package list
This commit is contained in:
parent
7b3b3258a6
commit
d956392853
1 changed files with 4 additions and 5 deletions
|
@ -14,12 +14,11 @@ RUN <<EOF
|
||||||
dnf config-manager setopt assumeyes=True
|
dnf config-manager setopt assumeyes=True
|
||||||
dnf config-manager setopt install_weak_deps=False
|
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 remove @guest-desktop-agents @abrt-desktop @cloud-management
|
||||||
dnf install go
|
dnf remove vim-data vim-minimal qemu-user-static default-editor foot
|
||||||
dnf remove @guest-desktop-agents @abrt-desktop
|
|
||||||
dnf remove vim-data vim-minimal qemu-guest-agent
|
|
||||||
|
|
||||||
dnf autoremove && dnf clean all
|
dnf autoremove && dnf clean all
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue