Enhance Containerfile: Add installation of Zed editor
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Some checks failed
ci/woodpecker/push/ci Pipeline failed
This commit is contained in:
@@ -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)
|
#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
|
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
|
# Ajout de flathub avec des apps par défaut
|
||||||
RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo \
|
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 \
|
&& flatpak install -y --system flathub runtime/org.gnome.Platform/x86_64/49 \
|
||||||
|
|||||||
Reference in New Issue
Block a user