Update Containerfile: Add gnome-menus and additional thumbnailers to GNOME installation
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
@@ -9,53 +9,57 @@ 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 \
|
@base-x \
|
||||||
@hardware-support \
|
@hardware-support \
|
||||||
@development-tools \
|
@development-tools \
|
||||||
gnome-initial-setup \
|
gnome-initial-setup \
|
||||||
gdm \
|
gdm \
|
||||||
gnome-shell \
|
gnome-shell \
|
||||||
gnome-session \
|
gnome-session \
|
||||||
ptyxis \
|
ptyxis \
|
||||||
nautilus \
|
nautilus \
|
||||||
gnome-control-center \
|
gnome-control-center \
|
||||||
gnome-settings-daemon \
|
gnome-settings-daemon \
|
||||||
gnome-keyring \
|
gnome-keyring \
|
||||||
gnome-calculator \
|
gnome-calculator \
|
||||||
gnome-clocks \
|
gnome-clocks \
|
||||||
gnome-calendar \
|
gnome-calendar \
|
||||||
gnome-text-editor \
|
gnome-text-editor \
|
||||||
papers \
|
papers \
|
||||||
loupe \
|
loupe \
|
||||||
gnome-weather \
|
gnome-weather \
|
||||||
code \
|
glycin-thumbnailer \
|
||||||
glibc-langpack-fr \
|
gnome-epub-thumbnailer \
|
||||||
flatpak \
|
totem-video-thumbnailer \
|
||||||
buildah \
|
sushi \
|
||||||
podman \
|
code \
|
||||||
podman-docker \
|
glibc-langpack-fr \
|
||||||
fuse-overlayfs \
|
flatpak \
|
||||||
cups \
|
buildah \
|
||||||
dconf \
|
podman \
|
||||||
cups-pdf \
|
podman-docker \
|
||||||
gnome-menus \
|
fuse-overlayfs \
|
||||||
vulkan-loader \
|
cups \
|
||||||
vulkan-tools \
|
dconf \
|
||||||
mesa-vulkan-drivers \
|
cups-pdf \
|
||||||
xorg-x11-drv-amdgpu \
|
gnome-menus \
|
||||||
plymouth \
|
vulkan-loader \
|
||||||
wget \
|
vulkan-tools \
|
||||||
plymouth-system-theme \
|
mesa-vulkan-drivers \
|
||||||
plymouth-plugin-label \
|
xorg-x11-drv-amdgpu \
|
||||||
plymouth-plugin-fade-throbber \
|
plymouth \
|
||||||
podman-compose \
|
wget \
|
||||||
mullvad-vpn \
|
plymouth-system-theme \
|
||||||
kernel-modules \
|
plymouth-plugin-label \
|
||||||
kernel-modules-extra \
|
plymouth-plugin-fade-throbber \
|
||||||
SDL2 \
|
podman-compose \
|
||||||
evtest \
|
mullvad-vpn \
|
||||||
libusb \
|
kernel-modules \
|
||||||
usbutils \
|
kernel-modules-extra \
|
||||||
|
SDL2 \
|
||||||
|
evtest \
|
||||||
|
libusb \
|
||||||
|
usbutils \
|
||||||
&& dnf remove -y gnome-software gnome-software-rpm-ostree || true \
|
&& dnf remove -y gnome-software gnome-software-rpm-ostree || true \
|
||||||
&& dnf clean all \
|
&& dnf clean all \
|
||||||
&& rm -rf /var/cache/dnf
|
&& rm -rf /var/cache/dnf
|
||||||
|
|||||||
Reference in New Issue
Block a user