From b19901cf6b674dd6e73261cf56306d315e26118d Mon Sep 17 00:00:00 2001 From: georg <georg@riseup.net> Date: Sun, 14 Apr 2019 21:31:15 +0000 Subject: [PATCH] fedora: install ffmpeg --- fedora | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fedora b/fedora index ed36749..abfd93c 100644 --- a/fedora +++ b/fedora @@ -1,8 +1,13 @@ FROM fedora -RUN dnf install -y \ +RUN dnf install -y + https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \ + https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm +&& dnf update +&& dnf install -y \ cairo \ cairo-gobject \ + ffmpeg \ gdk-pixbuf2 \ gdk-pixbuf2-modules \ mailcap \ -- GitLab