Compare commits
3 commits
910fde270b
...
cd22c60f91
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd22c60f91 | ||
|
|
e09210e2b2 | ||
|
|
dfe737d35c |
2 changed files with 6 additions and 3 deletions
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue