Enhance Containerfile: Streamline GNOME installation by removing unnecessary packages and retaining essential components for improved efficiency
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Some checks failed
ci/woodpecker/push/ci Pipeline failed
This commit is contained in:
@@ -9,29 +9,9 @@ RUN curl -fsSL https://repository.mullvad.net/rpm/stable/mullvad.repo -o /etc/yu
|
|||||||
|
|
||||||
#Install de gnome avec support hardware + Podman + Cups + Vulkan driver + Plymouth + dev tools + divers utilitaires
|
#Install de gnome avec support hardware + Podman + Cups + Vulkan driver + Plymouth + dev tools + divers utilitaires
|
||||||
RUN dnf install -y \
|
RUN dnf install -y \
|
||||||
@base-x \
|
@gnome-desktop \
|
||||||
@hardware-support \
|
@hardware-support \
|
||||||
@development-tools \
|
@development-tools \
|
||||||
gnome-initial-setup \
|
|
||||||
gdm \
|
|
||||||
gnome-shell \
|
|
||||||
gnome-session \
|
|
||||||
ptyxis \
|
|
||||||
nautilus \
|
|
||||||
gnome-control-center \
|
|
||||||
gnome-settings-daemon \
|
|
||||||
gnome-keyring \
|
|
||||||
gnome-calculator \
|
|
||||||
gnome-clocks \
|
|
||||||
gnome-calendar \
|
|
||||||
gnome-text-editor \
|
|
||||||
papers \
|
|
||||||
loupe \
|
|
||||||
gnome-weather \
|
|
||||||
glycin-thumbnailer \
|
|
||||||
gnome-epub-thumbnailer \
|
|
||||||
totem-video-thumbnailer \
|
|
||||||
sushi \
|
|
||||||
gstreamer1-plugins-base \
|
gstreamer1-plugins-base \
|
||||||
gstreamer1-plugins-good \
|
gstreamer1-plugins-good \
|
||||||
gstreamer1-plugins-bad-free \
|
gstreamer1-plugins-bad-free \
|
||||||
@@ -47,7 +27,6 @@ RUN dnf install -y \
|
|||||||
cups \
|
cups \
|
||||||
dconf \
|
dconf \
|
||||||
cups-pdf \
|
cups-pdf \
|
||||||
gnome-menus \
|
|
||||||
vulkan-loader \
|
vulkan-loader \
|
||||||
vulkan-tools \
|
vulkan-tools \
|
||||||
mesa-vulkan-drivers \
|
mesa-vulkan-drivers \
|
||||||
|
|||||||
Reference in New Issue
Block a user