diff --git a/Dockerfile.gnome b/Dockerfile.gnome index 4cc531f..e852893 100644 --- a/Dockerfile.gnome +++ b/Dockerfile.gnome @@ -15,7 +15,7 @@ RUN dnf5 -y install --allowerasing ffmpeg RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264 # Bulk of layered packages -RUN dnf5 -y install virt-manager libvirt vim bat btop pv restic zstd nmap-ncat +RUN dnf5 -y install vim bat btop pv restic zstd nmap-ncat # Set vim as default editor RUN dnf5 -y swap nano-default-editor vim-default-editor diff --git a/Dockerfile.kde b/Dockerfile.kde index 178f84f..472e3fe 100644 --- a/Dockerfile.kde +++ b/Dockerfile.kde @@ -15,7 +15,7 @@ RUN dnf5 -y install --allowerasing ffmpeg RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264 # Bulk of layered packages -RUN dnf5 -y install virt-manager libvirt vim bat btop pv restic zstd nmap-ncat +RUN dnf5 -y install vim bat btop pv restic zstd nmap-ncat # Set vim as default editor RUN dnf5 -y swap nano-default-editor vim-default-editor