diff --git a/Dockerfile b/Dockerfile index c3e9f44..57e60f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,6 @@ FROM quay.io/almalinuxorg/atomic-desktop-kde:10 ARG KERNEL=kernel-cachyos ENV KERNEL=${KERNEL} -RUN rpm -e --nodeps gpsd-libs - RUN dnf upgrade -y COPY bin/set_next_version.sh /tmp @@ -21,8 +19,6 @@ RUN dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/xlib # This may be necessary for the speakers and internal microphone RUN dnf install -y alsa-sof-firmware -RUN dnf install xorg-x11-xinit xkbcomp xinput xlibre-xserver-Xorg xlibre-xserver-common xlibre-xf86-input-libinput cage weston redshift xrandr -y - RUN dnf install --allowerasing -y \ sonic-workspace \ sonic-workspace-libs \ @@ -37,6 +33,10 @@ RUN dnf install --allowerasing -y sonic-keybind-daemon sonic-frameworks-windowsy RUN dnf remove -y sddm && \ dnf install --allowerasing -y sonic-login-manager +RUN rpm -e --nodeps xlibre-xserver-Xorg + +RUN dnf install --allowerasing xorg-x11-xinit xkbcomp xinput xlibre-xserver-beta-Xorg xlibre-xserver-beta-common xlibre-xf86-input-libinput cage weston redshift xrandr -y + 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 @@ -93,7 +93,7 @@ RUN rm -f /usr/lib64/libopenh264.so.2.4.1 /usr/lib64/libopenh264.so.7 RUN rpm -Uvh --nodeps https://codecs.fedoraproject.org/openh264/42/x86_64/Packages/o/openh264-2.5.1-1.fc42.x86_64.rpm https://codecs.fedoraproject.org/openh264/42/x86_64/Packages/m/mozilla-openh264-2.5.1-1.fc42.x86_64.rpm RUN dnf install ananicy-cpp cachyos-ananicy-rules cachyos-settings -y \ - && systemctl disable ananicy-cpp + && systemctl enable ananicy-cpp # Install VLC RUN dnf install vlc vlc-plugins-freeworld vlc-plugin-pipewire -y @@ -119,6 +119,9 @@ RUN echo 'kargs = ["rd.driver.blacklist=nouveau", "nouveau.modeset=0"]' > /usr/l RUN echo 'kargs = ["zswap.enabled=1", "zswap.shrinker_enabled=0", "zswap.compressor=zstd", "zswap.zpool=zsmalloc"]' > /usr/lib/bootc/kargs.d/30-zswap.toml RUN printf '[connection]\nwifi.powersave=2\n' > /usr/lib/NetworkManager/conf.d/disable-wifi-powersave.conf +# Disable BORE schduler +RUN echo "kernel.sched_bore = 0" | tee /usr/lib/sysctl.d/99-disable-bore.conf + COPY etc /etc COPY usr /usr