gstreamer/docker/build_manifest/Dockerfile
2018-11-27 14:29:36 +02:00

5 lines
No EOL
141 B
Docker

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