mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
4c1a551c91
Needed to get an upgraded ffmpeg. Also required to have a new enough version of gobject-introspection and remove all warnings
6 lines
149 B
Docker
6 lines
149 B
Docker
FROM registry.fedoraproject.org/fedora:30
|
|
|
|
COPY prepare.sh cleanup.sh /root/
|
|
|
|
RUN /usr/bin/sh /root/prepare.sh && \
|
|
/usr/bin/sh /root/cleanup.sh
|