From 09aa6d8ad2395fc6c416f32245dfb75e126454ec Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Thu, 12 Dec 2024 11:23:44 +0100 Subject: [PATCH] Install VDO tools and Bees --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 561d142..d7ed689 100644 --- a/Dockerfile +++ b/Dockerfile @@ -138,6 +138,9 @@ RUN rpm-ostree install waydroid # Install virt-manager and LXC driver RUN rpm-ostree install virt-manager libvirt-daemon-driver-lxc libvirt-daemon-lxc +# Install VDO tools and Bees +RUN rpm-ostree install vdo bees + # disable scx service RUN systemctl disable scx.service