Added package: openh264
This commit is contained in:
parent
87c405da82
commit
a33e131086
2 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,9 @@ RUN rpm-ostree install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-
|
|||
# Install ffmpeg (removing all the -free replacements is required)
|
||||
RUN rpm-ostree override remove libavcodec-free libavfilter-free libpostproc-free libswresample-free libswscale-free libavutil-free libavformat-free ffmpeg-free libavdevice-free --install=ffmpeg
|
||||
|
||||
# Install openh264
|
||||
RUN rpm-ostree override remove noopenh264 --install openh264 --install mozilla-openh264
|
||||
|
||||
# Bulk of layered packages
|
||||
RUN rpm-ostree install virt-manager vim neovim bat btop pv restic zstd nmap-ncat
|
||||
|
||||
|
|
|
@ -9,6 +9,9 @@ RUN rpm-ostree install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-
|
|||
# Install ffmpeg (removing all the -free replacements is required)
|
||||
RUN rpm-ostree override remove libavcodec-free libavfilter-free libpostproc-free libswresample-free libswscale-free libavutil-free libavformat-free ffmpeg-free libavdevice-free --install=ffmpeg
|
||||
|
||||
# Install openh264
|
||||
RUN rpm-ostree override remove noopenh264 --install openh264 --install mozilla-openh264
|
||||
|
||||
# Bulk of layered packages
|
||||
RUN rpm-ostree install virt-manager vim neovim bat btop pv restic zstd nmap-ncat
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue