Use new SonicDE repo and don't do a "hacky remove" of KDE packages.
All checks were successful
os / build (push) Successful in 35m20s
All checks were successful
os / build (push) Successful in 35m20s
This commit is contained in:
parent
475f922d7c
commit
a55468ce84
1 changed files with 4 additions and 7 deletions
11
Dockerfile
11
Dockerfile
|
|
@ -13,18 +13,15 @@ RUN dnf config-manager --add-repo=https://negativo17.org/repos/epel-nvidia.repo
|
|||
|
||||
RUN dnf install --nogpgcheck -y https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm
|
||||
|
||||
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://pc-rytteren.dk/forge/api/packages/anders/rpm.repo -y
|
||||
|
||||
# This may be necessary for the speakers and internal microphone
|
||||
RUN dnf install -y alsa-sof-firmware
|
||||
|
||||
RUN dnf install xorg-x11-xinit xkbcomp xinput xlibre-xserver-Xorg xlibre-xserver-common xlibre-xf86-input-libinput cage weston redshift xrandr -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 --allowerasing -y \
|
||||
sonic-workspace \
|
||||
sonic-workspace-libs \
|
||||
sonic-workspace-common \
|
||||
|
|
@ -33,10 +30,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue