Fix formatting
This commit is contained in:
parent
caf2acce4b
commit
12c37ae797
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ COPY etc/dnf /etc/dnf
|
|||
|
||||
# Add rpmfusion repositories
|
||||
RUN dnf5 -y install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||
|
||||
# Install ffmpeg (removing all the -free replacements is required)
|
||||
RUN dnf5 -y install --allowerasing ffmpeg
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ COPY etc/dnf /etc/dnf
|
|||
|
||||
# Add rpmfusion repositories
|
||||
RUN dnf5 -y install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||
|
||||
# Install ffmpeg (removing all the -free replacements is required)
|
||||
RUN dnf5 -y install --allowerasing ffmpeg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue