From 33f1f7620677f020f421e3f0381c908fe91e168b Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Sat, 14 Dec 2024 15:19:17 +0100 Subject: [PATCH] Install ZFS --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index d7ed689..de8559f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -141,6 +141,9 @@ RUN rpm-ostree install virt-manager libvirt-daemon-driver-lxc libvirt-daemon-lxc # Install VDO tools and Bees RUN rpm-ostree install vdo bees +# Install ZFS +RUN rpm -e --nodeps zfs-fuse && rpm-ostree install https://zfsonlinux.org/fedora/zfs-release-2-6$(rpm --eval "%{dist}").noarch.rpm && rpm-ostree install kernel-cachyos-lto-devel && rpm-ostree install zfs --uninstall zfs-fuse + # disable scx service RUN systemctl disable scx.service