gstreamer/docker/build-base-images/Dockerfile-meson-fedora

13 lines
192 B
Text
Raw Normal View History

2017-10-21 10:45:38 +00:00
FROM gstreamer/build-base-fedora:latest
USER root
RUN dnf install -y \
meson
USER gstbuild
RUN git clone git://anongit.freedesktop.org/gstreamer/gst-build
WORKDIR /gstbuild/gst-build