add scx_scheds and cachyos-settings
All checks were successful
os / build (push) Successful in 1h8m4s
All checks were successful
os / build (push) Successful in 1h8m4s
This commit is contained in:
parent
e09210e2b2
commit
cd22c60f91
1 changed files with 4 additions and 2 deletions
|
|
@ -40,6 +40,10 @@ RUN dnf install hplip -y
|
||||||
RUN dnf -y install gwenview vlc kalk okular
|
RUN dnf -y install gwenview vlc kalk okular
|
||||||
RUN dnf -y install chromium firefox
|
RUN dnf -y install chromium firefox
|
||||||
|
|
||||||
|
# Enable CachyOS addons EL10 fork repo
|
||||||
|
RUN dnf copr enable andersrh/kernel-cachyos-addons-el10 -y
|
||||||
|
RUN dnf install -y scx-scheds cachyos-settings
|
||||||
|
|
||||||
# replace noopenh264 with real openh264 files
|
# replace noopenh264 with real openh264 files
|
||||||
RUN rm -f /usr/lib64/libopenh264.so.2.4.1 /usr/lib64/libopenh264.so.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 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
|
||||||
|
|
@ -61,6 +65,4 @@ RUN systemctl enable docker
|
||||||
COPY etc /etc
|
COPY etc /etc
|
||||||
COPY usr /usr
|
COPY usr /usr
|
||||||
|
|
||||||
RUN cd /usr/bin && wget https://raw.githubusercontent.com/CachyOS/CachyOS-Settings/refs/heads/master/usr/bin/kerver && chmod +x kerver
|
|
||||||
|
|
||||||
RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp
|
RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue