remove darkly
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2026-05-04 19:13:26 +02:00
parent 00bce72d32
commit c8ab0fc670
-5
View File
@@ -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 \