replace noopenh264 with real openh264 files
This commit is contained in:
parent
66901db9e5
commit
eef11422b2
1 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,11 @@ RUN dnf swap libavcodec-free libavcodec-freeworld --allowerasing -y
|
|||
|
||||
RUN dnf -y install gwenview haruna kalk okular
|
||||
RUN dnf -y install chromium firefox
|
||||
|
||||
# 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
|
||||
|
||||
# Delete default Chromium config so it can be replaced by my own
|
||||
RUN rm -f /etc/chromium/chromium.conf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue