From b5ff09270645de9aee2802effb1cbd6d54b3b2c0 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Fri, 27 Feb 2026 18:30:45 -0300 Subject: [PATCH] use new ananicy-cpp package built for EL --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a6c1bc4..c551b1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,9 +96,8 @@ 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 -y \ - && systemctl enable ananicy-cpp \ - && dnf install cachyos-ananicy-rules cachyos-settings -y +RUN dnf install ananicy-cpp cachyos-ananicy-rules cachyos-settings -y \ + && systemctl enable ananicy-cpp RUN dnf install xscreensaver -y