This commit is contained in:
parent
772c638418
commit
4a20ecc871
1 changed files with 6 additions and 10 deletions
16
Dockerfile
16
Dockerfile
|
|
@ -21,14 +21,12 @@ RUN dnf update -y
|
||||||
# This is necessary for the speakers and internal microphone
|
# This is necessary for the speakers and internal microphone
|
||||||
RUN dnf install -y alsa-sof-firmware
|
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/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 \
|
RUN dnf install xorg-x11-xinit xkbcomp xinput xlibre-xserver-Xorg xlibre-xserver-common xlibre-xf86-input-libinput xrandr -y
|
||||||
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 \
|
||||||
sonic-workspace-libs \
|
sonic-workspace-libs \
|
||||||
sonic-workspace-common \
|
sonic-workspace-common \
|
||||||
|
|
@ -37,10 +35,10 @@ RUN rpm -e --nodeps plasma-workspace-libs plasma-workspace libplasma \
|
||||||
sonic-desktop-interface \
|
sonic-desktop-interface \
|
||||||
sonic-interface-libraries
|
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 && \
|
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 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
|
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 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 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
|
# Add rule to SELinux allowing modules to be loaded into custom kernel
|
||||||
RUN setsebool -P domain_kernel_load_modules on
|
RUN setsebool -P domain_kernel_load_modules on
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue