From fbe63af1bf43dd8b78ceb848d707f908a4650936 Mon Sep 17 00:00:00 2001 From: ver4a Date: Sun, 25 Jan 2026 18:07:32 +0100 Subject: [PATCH] fix: fix scx_lavd build --- containers/Dockerfile.kde | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containers/Dockerfile.kde b/containers/Dockerfile.kde index 2e0230b..5e9710e 100644 --- a/containers/Dockerfile.kde +++ b/containers/Dockerfile.kde @@ -15,6 +15,8 @@ RUN dnf5 -y install --setopt install_weak_deps=false cargo git-core elfutils-lib RUN mkdir /build && cd /build && git clone https://github.com/sched-ext/scx +RUN mkdir -m 700 /var/roothome + RUN cd /build/scx && cargo build --release -p scx_lavd