gstreamer/docker/build_manifest/Dockerfile

5 lines
141 B
Docker
Raw Normal View History

FROM python:3.7.1-alpine
RUN pip install requests
RUN apk add git
RUN cd / && git clone https://gitlab.freedesktop.org/gstreamer/gst-ci.git