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:
100
Containerfile
100
Containerfile
@@ -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
|
||||
RUN dnf install -y \
|
||||
@base-x \
|
||||
@hardware-support \
|
||||
@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 \
|
||||
code \
|
||||
glibc-langpack-fr \
|
||||
flatpak \
|
||||
buildah \
|
||||
podman \
|
||||
podman-docker \
|
||||
fuse-overlayfs \
|
||||
cups \
|
||||
dconf \
|
||||
cups-pdf \
|
||||
gnome-menus \
|
||||
vulkan-loader \
|
||||
vulkan-tools \
|
||||
mesa-vulkan-drivers \
|
||||
xorg-x11-drv-amdgpu \
|
||||
plymouth \
|
||||
wget \
|
||||
plymouth-system-theme \
|
||||
plymouth-plugin-label \
|
||||
plymouth-plugin-fade-throbber \
|
||||
podman-compose \
|
||||
mullvad-vpn \
|
||||
kernel-modules \
|
||||
kernel-modules-extra \
|
||||
SDL2 \
|
||||
evtest \
|
||||
libusb \
|
||||
usbutils \
|
||||
@base-x \
|
||||
@hardware-support \
|
||||
@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 \
|
||||
code \
|
||||
glibc-langpack-fr \
|
||||
flatpak \
|
||||
buildah \
|
||||
podman \
|
||||
podman-docker \
|
||||
fuse-overlayfs \
|
||||
cups \
|
||||
dconf \
|
||||
cups-pdf \
|
||||
gnome-menus \
|
||||
vulkan-loader \
|
||||
vulkan-tools \
|
||||
mesa-vulkan-drivers \
|
||||
xorg-x11-drv-amdgpu \
|
||||
plymouth \
|
||||
wget \
|
||||
plymouth-system-theme \
|
||||
plymouth-plugin-label \
|
||||
plymouth-plugin-fade-throbber \
|
||||
podman-compose \
|
||||
mullvad-vpn \
|
||||
kernel-modules \
|
||||
kernel-modules-extra \
|
||||
SDL2 \
|
||||
evtest \
|
||||
libusb \
|
||||
usbutils \
|
||||
&& dnf remove -y gnome-software gnome-software-rpm-ostree || true \
|
||||
&& dnf clean all \
|
||||
&& rm -rf /var/cache/dnf
|
||||
@@ -114,4 +118,4 @@ RUN systemctl set-default graphical.target
|
||||
#Activation des services + Desactivation de bootc-update automatique
|
||||
RUN systemctl preset-all && \
|
||||
systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service mullvad-daemon.service && \
|
||||
systemctl mask bootc-fetch-apply-updates.timer
|
||||
systemctl mask bootc-fetch-apply-updates.timer
|
||||
|
||||
Reference in New Issue
Block a user