From 23879fa0796ee3fb96e9f8abf96f663329302880 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Fri, 14 Feb 2025 08:42:47 +0100 Subject: [PATCH] Install Gnome Boxes --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index b129a1e..373ba91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -147,6 +147,9 @@ RUN rpm -e --nodeps zfs-fuse && rpm-ostree install https://zfsonlinux.org/fedora # Build ZFS module manually RUN dkms install zfs/$(ls /usr/src/ | grep zfs- | cut -d- -f2-) -k $(rpm -q --queryformat "%{VERSION}-%{RELEASE}.%{ARCH}\n" ${KERNEL}) +# Install Gnome Boxes +RUN rpm-ostree install gnome-boxes + # enable scx service RUN systemctl enable scx.service