From c3c30994e8bce4a465a737b88b195a0a3fa6adef Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Thu, 29 Jan 2026 13:34:13 -0300 Subject: [PATCH] install ananicy-cpp (but don't enable it by default) --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 166af23..b8923c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -83,6 +83,9 @@ ADD https://archive.xfce.org/src/apps/xfce4-screensaver/4.20/xfce4-screensaver-4 COPY buildinstallxfceaddons.sh ./ RUN chmod +x buildinstallxfceaddons.sh && ./buildinstallxfceaddons.sh +RUN dnf install https://download.copr.fedorainfracloud.org/results/bieszczaders/kernel-cachyos-addons/fedora-41-x86_64/08314945-ananicy-cpp/ananicy-cpp-1.1.1-11.fc41.x86_64.rpm --transient \ +&& systemctl disable ananicy-cpp + RUN systemctl enable docker COPY etc /etc