From cb38f756e9a9023663b75fa073f5820532cb8a87 Mon Sep 17 00:00:00 2001 From: ver4a Date: Thu, 14 Nov 2024 15:01:56 +0100 Subject: [PATCH] Stop unnecessarily enabling monolithic libvirt daemon Current versions of libvirt have moved to a modular model with multiple specialized daemons https://libvirt.org/daemons.html --- Dockerfile.gnome | 2 -- Dockerfile.kde | 2 -- 2 files changed, 4 deletions(-) diff --git a/Dockerfile.gnome b/Dockerfile.gnome index a0078f5..c0dfa7f 100644 --- a/Dockerfile.gnome +++ b/Dockerfile.gnome @@ -17,8 +17,6 @@ RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264 # Bulk of layered packages RUN dnf5 -y install virt-manager libvirt vim neovim bat btop pv restic zstd nmap-ncat -RUN systemctl enable libvirtd - # Set vim as default editor RUN dnf5 -y swap nano-default-editor vim-default-editor diff --git a/Dockerfile.kde b/Dockerfile.kde index 6d1bc5e..e619e39 100644 --- a/Dockerfile.kde +++ b/Dockerfile.kde @@ -17,8 +17,6 @@ RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264 # Bulk of layered packages RUN dnf5 -y install virt-manager libvirt vim neovim bat btop pv restic zstd nmap-ncat -RUN systemctl enable libvirtd - # Set vim as default editor RUN dnf5 -y swap nano-default-editor vim-default-editor