This commit is contained in:
parent
9016d2cdb5
commit
3f157d3e77
2 changed files with 8 additions and 7 deletions
10
Dockerfile
10
Dockerfile
|
|
@ -5,8 +5,6 @@ ENV KERNEL=${KERNEL}
|
|||
|
||||
RUN rpm -e --nodeps gpsd-libs
|
||||
|
||||
RUN dnf upgrade -y
|
||||
|
||||
COPY bin/set_next_version.sh /tmp
|
||||
RUN /tmp/set_next_version.sh
|
||||
|
||||
|
|
@ -15,9 +13,10 @@ 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/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 upgrade -y --allowerasing
|
||||
|
||||
# This may be necessary for the speakers and internal microphone
|
||||
RUN dnf install -y alsa-sof-firmware
|
||||
|
||||
|
|
@ -32,10 +31,7 @@ RUN dnf install --allowerasing -y \
|
|||
sonic-desktop-interface \
|
||||
sonic-interface-libraries
|
||||
|
||||
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 -y sonic-login-manager
|
||||
RUN dnf install --allowerasing -y sonic-keybind-daemon sonic-frameworks-windowsystem sonic-system-info sonic-screen sonic-screen-library sonic-sysguard-library sonic-desktop-interface sonic-frameworks-sso signon-plugin-oauth2 signon-kwallet-extension sonic-silver-theme silver-sddm
|
||||
|
||||
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
|
||||
|
|
|
|||
5
repo/sonicde-test.repo
Normal file
5
repo/sonicde-test.repo
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[sonicde]
|
||||
name=SonicDE
|
||||
baseurl=https://forge.pc-rytteren.dk/api/packages/anders/rpm
|
||||
gpgcheck=0
|
||||
enabled=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue