Switch to greetd and enable avengemedia repos
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:
@@ -3,13 +3,37 @@ FROM registry.fedoraproject.org/fedora-bootc:43
|
|||||||
#Ajout du dépot mullvad
|
#Ajout du dépot mullvad
|
||||||
RUN curl -fsSL https://repository.mullvad.net/rpm/stable/mullvad.repo -o /etc/yum.repos.d/mullvad.repo
|
RUN curl -fsSL https://repository.mullvad.net/rpm/stable/mullvad.repo -o /etc/yum.repos.d/mullvad.repo
|
||||||
|
|
||||||
|
#Ajout du dépot avengemedia pour DMS (DankMaterialShell)
|
||||||
|
RUN dnf install -y 'dnf5-command(copr)' \
|
||||||
|
&& dnf copr enable avengemedia/dms -y \
|
||||||
|
&& dnf copr enable avengemedia/danklinux -y
|
||||||
|
|
||||||
|
#Ajout du dépot Niri desktop
|
||||||
|
RUN dnf copr enable yalter/niri -y
|
||||||
|
|
||||||
#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 \
|
||||||
@gnome-desktop \
|
@gnome-desktop \
|
||||||
@hardware-support \
|
@hardware-support \
|
||||||
@development-tools \
|
@development-tools \
|
||||||
@multimedia \
|
@multimedia \
|
||||||
|
mesa-vulkan-drivers \
|
||||||
|
mesa-vulkan-drivers.i686 \
|
||||||
|
vulkan-loader \
|
||||||
|
vulkan-loader.i686 \
|
||||||
vulkan-tools \
|
vulkan-tools \
|
||||||
|
wayland-devel \
|
||||||
|
gamescope \
|
||||||
|
wayland-protocols-devel \
|
||||||
|
libxkbcommon \
|
||||||
|
libxkbcommon-x11 \
|
||||||
|
libffi \
|
||||||
|
libffi.i686 \
|
||||||
|
cabextract \
|
||||||
|
niri \
|
||||||
|
dsearch \
|
||||||
|
dms \
|
||||||
|
dms-greeter \
|
||||||
glibc-langpack-fr \
|
glibc-langpack-fr \
|
||||||
langpacks-core-fr \
|
langpacks-core-fr \
|
||||||
langpacks-fr \
|
langpacks-fr \
|
||||||
@@ -40,7 +64,7 @@ RUN dnf install -y \
|
|||||||
gstreamer1-vaapi \
|
gstreamer1-vaapi \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
xorg-x11-server-Xwayland \
|
xorg-x11-server-Xwayland \
|
||||||
&& dnf remove -y gnome-software gnome-software-rpm-ostree gnome-system-monitor showtime decibels snapshot PackageKit PackageKit-gstreamer-plugin PackageKit-command-not-found toolbox || true \
|
&& dnf remove -y alacritty waybar gnome-software gnome-software-rpm-ostree gnome-system-monitor showtime decibels snapshot PackageKit PackageKit-gstreamer-plugin PackageKit-command-not-found toolbox gdm || true \
|
||||||
&& dnf clean all \
|
&& dnf clean all \
|
||||||
&& rm -rf /var/cache/dnf
|
&& rm -rf /var/cache/dnf
|
||||||
|
|
||||||
@@ -101,5 +125,5 @@ RUN systemctl set-default graphical.target
|
|||||||
|
|
||||||
#Activation des services + Desactivation de bootc-update automatique
|
#Activation des services + Desactivation de bootc-update automatique
|
||||||
RUN systemctl preset-all && \
|
RUN systemctl preset-all && \
|
||||||
systemctl enable gdm.service NetworkManager.service bluetooth.service podman.socket cups.service mullvad-daemon.service && \
|
systemctl enable greetd.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