Compare commits

...

3 commits

Author SHA1 Message Date
Anders da Silva Rytter Hansen
cd22c60f91 add scx_scheds and cachyos-settings
All checks were successful
os / build (push) Successful in 1h8m4s
2026-05-13 16:43:36 -03:00
Anders da Silva Rytter Hansen
e09210e2b2 replace haruna with vlc 2026-05-13 16:41:20 -03:00
Anders da Silva Rytter Hansen
dfe737d35c add default tag name of branch 2026-05-13 16:39:38 -03:00
2 changed files with 6 additions and 3 deletions

View file

@ -43,6 +43,7 @@ jobs:
tags: |
type=ref,event=branch
type=raw,value=latest,enable={{is_default_branch}}
type=raw,value=${{ github.ref_name }}
type=raw,value=${{ github.ref_name }}-10
type=raw,value=${{ github.ref_name }}-10.${{ steps.date.outputs.date }}

View file

@ -37,9 +37,13 @@ RUN dnf swap libavcodec-free libavcodec-freeworld --allowerasing -y
# Install HPLIP for HP printer support
RUN dnf install hplip -y
RUN dnf -y install gwenview haruna kalk okular
RUN dnf -y install gwenview vlc kalk okular
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
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
@ -61,6 +65,4 @@ RUN systemctl enable docker
COPY etc /etc
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