This commit is contained in:
parent
790f531675
commit
6d93d8e10e
1 changed files with 11 additions and 1 deletions
12
Dockerfile
12
Dockerfile
|
|
@ -15,11 +15,21 @@ RUN dnf install --nogpgcheck -y https://mirrors.rpmfusion.org/free/el/rpmfusion-
|
|||
|
||||
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/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 sonic-workspace-x11 sonic-win sonic-interface-libraries sonic-workspace --allowerasing -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 \
|
||||
sonic-workspace-6.6.4-10.el10 \
|
||||
sonic-workspace-libs-6.6.4-10.el10 \
|
||||
sonic-workspace-common-6.6.4-10.el10 \
|
||||
sonic-workspace-x11-6.6.4-10.el10 \
|
||||
sonic-win-6.6.4-10.el10 \
|
||||
sonic-desktop-interface-6.6.4-10.el10 \
|
||||
sonic-interface-libraries
|
||||
|
||||
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/v2.2.0/appimagelauncher-2.2.0-travis995.0f91801.x86_64.rpm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue