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 \