Enhance Containerfile: Refine GNOME installation by adding essential packages and removing unnecessary ones for improved functionality
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Some checks failed
ci/woodpecker/push/ci Pipeline failed
This commit is contained in:
@@ -9,9 +9,36 @@ 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
|
||||
RUN dnf install -y \
|
||||
@gnome-desktop \
|
||||
@base-x \
|
||||
@hardware-support \
|
||||
@development-tools \
|
||||
gnome-initial-setup \
|
||||
gdm \
|
||||
gnome-shell \
|
||||
gnome-session \
|
||||
xdg-desktop-portal \
|
||||
xdg-desktop-portal-gnome \
|
||||
xdg-desktop-portal-gtk \
|
||||
ptyxis \
|
||||
nautilus \
|
||||
gnome-control-center \
|
||||
gnome-settings-daemon \
|
||||
gnome-keyring \
|
||||
gnome-calculator \
|
||||
gnome-clocks \
|
||||
gnome-calendar \
|
||||
gnome-text-editor \
|
||||
gnome-menus \
|
||||
ffmpegthumbnailer \
|
||||
glycin-thumbnailer \
|
||||
gnome-epub-thumbnailer \
|
||||
totem-video-thumbnailer \
|
||||
papers-nautilus \
|
||||
papers \
|
||||
loupe \
|
||||
sushi \
|
||||
gnome-weather \
|
||||
snapshot \
|
||||
gstreamer1 \
|
||||
gstreamer1-plugins-base \
|
||||
gstreamer1-plugins-good \
|
||||
@@ -26,10 +53,12 @@ RUN dnf install -y \
|
||||
buildah \
|
||||
podman \
|
||||
podman-docker \
|
||||
ffmpegthumbnailer \
|
||||
podman-compose \
|
||||
fuse-overlayfs \
|
||||
cups \
|
||||
dconf \
|
||||
jq \
|
||||
htop \
|
||||
cups-pdf \
|
||||
vulkan-loader \
|
||||
vulkan-tools \
|
||||
@@ -40,11 +69,10 @@ RUN dnf install -y \
|
||||
libva-utils \
|
||||
xorg-x11-drv-amdgpu \
|
||||
plymouth \
|
||||
wget \
|
||||
plymouth-system-theme \
|
||||
plymouth-plugin-label \
|
||||
plymouth-plugin-fade-throbber \
|
||||
podman-compose \
|
||||
wget \
|
||||
mullvad-vpn \
|
||||
kernel-modules \
|
||||
kernel-modules-extra \
|
||||
@@ -52,7 +80,7 @@ RUN dnf install -y \
|
||||
evtest \
|
||||
libusb \
|
||||
usbutils \
|
||||
&& dnf remove -y gnome-software gnome-software-rpm-ostree gnome-system-monitor showtime decibels || true \
|
||||
&& dnf remove -y gnome-software gnome-software-rpm-ostree || true \
|
||||
&& dnf clean all \
|
||||
&& rm -rf /var/cache/dnf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user