Remove specific versions and add other needed packages
This commit is contained in:
parent
6d93d8e10e
commit
bede8878ae
1 changed files with 8 additions and 6 deletions
14
Dockerfile
14
Dockerfile
|
|
@ -23,14 +23,16 @@ RUN dnf install -y alsa-sof-firmware
|
|||
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-workspace \
|
||||
sonic-workspace-libs \
|
||||
sonic-workspace-common \
|
||||
sonic-workspace-x11 \
|
||||
sonic-win \
|
||||
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 -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