From c8ab0fc670b3098fd2587101f2484d6bff3409cf Mon Sep 17 00:00:00 2001 From: qpismont Date: Mon, 4 May 2026 19:13:26 +0200 Subject: [PATCH] remove darkly --- Containerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Containerfile b/Containerfile index ea0980f..635f48b 100644 --- a/Containerfile +++ b/Containerfile @@ -51,11 +51,6 @@ RUN dnf install -y \ && dnf clean all \ && rm -rf /var/cache/dnf -RUN DARKLY_URL=$(curl -s https://api.github.com/repos/Bali10050/Darkly/releases/latest | jq -r '.assets[] | select(.name | contains("fc44.x86_64") and endswith(".rpm")) | .browser_download_url') \ - && wget "$DARKLY_URL" -O /tmp/darkly.rpm \ - && dnf install -y /tmp/darkly.rpm \ - && rm -f /tmp/darkly.rpm - #Installation de Filen Desktop RUN wget https://cdn.filen.io/@filen/desktop/release/latest/Filen_linux_x86_64.rpm -O /tmp/filen.rpm \ && dnf install -y /tmp/filen.rpm \