fedora/docker: remove the fedora openh264 package

The cisco repository has been problematic for a while causing
dnf to error due to some gpg issue and break the pipe in non-interactive
ttys.

```
Importing GPG key 0xCFC659B9:
 Userid     : "Fedora (30) <fedora-30-primary@fedoraproject.org>"
 Fingerprint: F1D8 EC98 F241 AAF2 0DF6 9420 EF3C 111F CFC6 59B9
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-30-x86_64
The command '/bin/sh -c /usr/bin/sh /root/prepare.sh &&     /usr/bin/sh /root/cleanup.sh' returned a non-zero code: 141
```

https://gitlab.freedesktop.org/gstreamer/gst-ci/-/jobs/573870

We do have a meson subproject for openh264 nowdays in gst-build
and it will get enabled automatically once the distro package
is no longer there.
This commit is contained in:
Jordan Petridis 2019-09-06 18:22:55 +03:00 committed by Jordan Petridis
parent 5acede7214
commit 470b151620

View file

@ -13,9 +13,6 @@ sudo dnf install -y \
dnf upgrade -y
# Enable the cisco openh264 repo
dnf config-manager --set-enabled fedora-cisco-openh264
# install rest of the extra deps
dnf install -y \
aom \
@ -68,8 +65,6 @@ dnf install -y \
opencv-devel \
openjpeg2 \
openjpeg2-devel \
openh264 \
openh264-devel \
SDL2 \
SDL2-devel \
sbc \