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