diff --git a/Containerfile b/Containerfile index ae2e42d..8083ce1 100644 --- a/Containerfile +++ b/Containerfile @@ -96,6 +96,9 @@ RUN echo "xpad" > /etc/modules-load.d/xpad.conf #Configuration gstreamer pour désactiver tous les drivers vaapi par défaut (évite des conflits avec certains drivers propriétaires) RUN echo "GST_VAAPI_ALL_DRIVERS=0" >> /etc/environment +#Install zed editor +RUN curl -f https://zed.dev/install.sh | sh + # Ajout de flathub avec des apps par défaut RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo \ && flatpak install -y --system flathub runtime/org.gnome.Platform/x86_64/49 \