Remove installation of Zed editor from Containerfile
This commit is contained in:
@@ -96,9 +96,6 @@ 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 \
|
||||
|
||||
Reference in New Issue
Block a user