ci: Add gstreamer to the Docker image

We're going to need it for the media interface.
This commit is contained in:
Emmanuele Bassi 2018-03-12 09:54:56 +00:00
parent b52da5682e
commit fe1586ca3d

View File

@ -20,6 +20,10 @@ RUN dnf -y install \
glib2-devel \
gobject-introspection-devel \
graphene-devel \
gstreamer1-devel \
gstreamer1-plugins-good \
gstreamer1-plugins-bad-free-devel \
gstreamer1-plugins-base-devel \
iso-codes \
itstool \
json-glib-devel \