Enhance Containerfile: Add installation of Zed editor
Some checks failed
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2025-12-17 19:31:45 +01:00
parent 67db082a26
commit cef806e26b

View File

@@ -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 \