Update Containerfile
This commit is contained in:
@@ -54,11 +54,6 @@ RUN dnf install -y \
|
|||||||
&& dnf clean all \
|
&& dnf clean all \
|
||||||
&& rm -rf /var/cache/dnf
|
&& 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
|
#Installation de Filen Desktop
|
||||||
RUN wget https://cdn.filen.io/@filen/desktop/release/latest/Filen_linux_x86_64.rpm -O /tmp/filen.rpm \
|
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 \
|
&& dnf install -y /tmp/filen.rpm \
|
||||||
|
|||||||
Reference in New Issue
Block a user