From 44a0bc1376ce7f8f599e7cc8e5dd737b6e710bad Mon Sep 17 00:00:00 2001 From: qpismont Date: Tue, 2 Jun 2026 18:39:22 +0200 Subject: [PATCH] Update Containerfile --- Containerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Containerfile b/Containerfile index 3d017b2..9bdf44e 100644 --- a/Containerfile +++ b/Containerfile @@ -54,11 +54,6 @@ RUN dnf install -y \ && dnf clean all \ && rm -rf /var/cache/dnf -#Installation d'open code -RUN wget https://opencode.ai/fr/download/stable/linux-x64-rpm -O /tmp/opencode.rpm \ - && dnf install -y /tmp/opencode.rpm \ - && rm -f /tmp/opencode.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 \