From 34eac789ad193454f7beac6b634fb6fd738607fa Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Thu, 29 Jan 2026 13:48:18 -0300 Subject: [PATCH] dont use transient. use -y --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8923c6..054d5c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -83,7 +83,7 @@ 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 \ +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 disable ananicy-cpp RUN systemctl enable docker