mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
Fedora docker: Bump to f30
Needed to get an upgraded ffmpeg. Also required to have a new enough version of gobject-introspection and remove all warnings
This commit is contained in:
parent
3c6bf43ce3
commit
4c1a551c91
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM registry.fedoraproject.org/fedora:29
|
||||
FROM registry.fedoraproject.org/fedora:30
|
||||
|
||||
COPY prepare.sh cleanup.sh /root/
|
||||
|
||||
|
|
|
@ -7,11 +7,11 @@ git config --global user.email "gst-build@gstreamer.net"
|
|||
git config --global user.name "Gstbuild Runner"
|
||||
|
||||
# Add rpm fusion repositories in order to access all of the gst plugins
|
||||
dnf install -y "http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-29.noarch.rpm" \
|
||||
"http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-29.noarch.rpm"
|
||||
dnf install -y "http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-30.noarch.rpm" \
|
||||
"http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-30.noarch.rpm"
|
||||
|
||||
rpm --import "/etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-29"
|
||||
rpm --import "/etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-29"
|
||||
rpm --import "/etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-30"
|
||||
rpm --import "/etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-30"
|
||||
dnf upgrade -y
|
||||
|
||||
# Enable the cisco openh264 repo
|
||||
|
|
Loading…
Reference in a new issue