diff --git a/containers/Dockerfile.kde b/containers/Dockerfile.kde index bd52d93..2e0230b 100644 --- a/containers/Dockerfile.kde +++ b/containers/Dockerfile.kde @@ -15,7 +15,7 @@ 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 cargo build --release -p scx_lavd +RUN cd /build/scx && cargo build --release -p scx_lavd FROM quay.io/fedora-ostree-desktops/kinoite:43