From 4a20ecc871a7d85aff1771253f07fd481ddf0934 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Thu, 2 Jul 2026 17:32:27 -0300 Subject: [PATCH] Upgrade to new SonicDE repo --- Dockerfile | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index e618474..f036d17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,14 +21,12 @@ RUN dnf update -y # This is necessary for the speakers and internal microphone RUN dnf install -y alsa-sof-firmware -RUN dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/andersrh/sonicDE/repo/rhel+epel-10/andersrh-sonicDE-rhel+epel-10.repo -y +RUN dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/SonicDE/SonicDE-EL10/repo/rhel+epel-10/group_SonicDE-SonicDE-EL10-rhel+epel-10.repo -y RUN dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/xlibre/xlibre-xserver/repo/rhel+epel-10/group_xlibre-xlibre-xserver-rhel+epel-10.repo -y -RUN dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/skip77/MateDesktop-EL10/repo/rhel+epel-10/skip77-MateDesktop-EL10-rhel+epel-10.repo -y -RUN dnf config-manager --add-repo https://pc-rytteren.dk/forge/api/packages/anders/rpm.repo -y -RUN rpm -e --nodeps plasma-workspace-libs plasma-workspace libplasma \ - kwin kwin-common kwin-libs kscreenlocker plasma-desktop sddm-wayland-plasma && \ - dnf install --allowerasing --nogpgcheck -y \ +RUN dnf install xorg-x11-xinit xkbcomp xinput xlibre-xserver-Xorg xlibre-xserver-common xlibre-xf86-input-libinput xrandr -y + +RUN dnf install --allowerasing -y \ sonic-workspace \ sonic-workspace-libs \ sonic-workspace-common \ @@ -37,10 +35,10 @@ RUN rpm -e --nodeps plasma-workspace-libs plasma-workspace libplasma \ sonic-desktop-interface \ sonic-interface-libraries -RUN dnf install --allowerasing --nogpgcheck -y sonic-keybind-daemon sonic-frameworks-windowsystem sonic-system-info sonic-screen sonic-screen-library sonic-sysguard-library +RUN dnf install --allowerasing -y sonic-keybind-daemon sonic-frameworks-windowsystem sonic-system-info sonic-screen sonic-screen-library sonic-sysguard-library RUN dnf remove -y sddm && \ - dnf install --allowerasing --nogpgcheck -y sonic-login-manager + dnf install --allowerasing -y sonic-login-manager RUN dnf install -y fish distrobox nvtop intel-media-driver libva-intel-driver htop RUN dnf install -y https://github.com/TheAssassin/AppImageLauncher/releases/download/v3.0.0-beta-3/appimagelauncher_3.0.0-beta-2-gha287.96cb937_x86_64.rpm @@ -75,8 +73,6 @@ RUN rpm -Uvh --nodeps https://codecs.fedoraproject.org/openh264/42/x86_64/Packag RUN dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo RUN dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y -RUN dnf install xorg-x11-xinit xkbcomp xinput xlibre-xserver-Xorg xlibre-xf86-input-libinput -y - # Add rule to SELinux allowing modules to be loaded into custom kernel RUN setsebool -P domain_kernel_load_modules on