mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
5 lines
141 B
Docker
5 lines
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
|