Compare commits
2 commits
6d93d8e10e
...
d80f728962
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d80f728962 | ||
|
|
bede8878ae |
1 changed files with 11 additions and 6 deletions
17
Dockerfile
17
Dockerfile
|
|
@ -23,14 +23,19 @@ RUN dnf install -y alsa-sof-firmware
|
||||||
RUN rpm -e --nodeps plasma-workspace-libs plasma-workspace libplasma \
|
RUN rpm -e --nodeps plasma-workspace-libs plasma-workspace libplasma \
|
||||||
kwin kwin-common kwin-libs kscreenlocker plasma-desktop sddm-wayland-plasma && \
|
kwin kwin-common kwin-libs kscreenlocker plasma-desktop sddm-wayland-plasma && \
|
||||||
dnf install --allowerasing --nogpgcheck -y \
|
dnf install --allowerasing --nogpgcheck -y \
|
||||||
sonic-workspace-6.6.4-10.el10 \
|
sonic-workspace \
|
||||||
sonic-workspace-libs-6.6.4-10.el10 \
|
sonic-workspace-libs \
|
||||||
sonic-workspace-common-6.6.4-10.el10 \
|
sonic-workspace-common \
|
||||||
sonic-workspace-x11-6.6.4-10.el10 \
|
sonic-workspace-x11 \
|
||||||
sonic-win-6.6.4-10.el10 \
|
sonic-win \
|
||||||
sonic-desktop-interface-6.6.4-10.el10 \
|
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 remove -y sddm && \
|
||||||
|
dnf install --allowerasing --nogpgcheck -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/v2.2.0/appimagelauncher-2.2.0-travis995.0f91801.x86_64.rpm
|
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