mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-05 16:06:43 +00:00
7 lines
122 B
Docker
7 lines
122 B
Docker
|
FROM fedora:29
|
||
|
|
||
|
COPY prepare.sh cleanup.sh /root/
|
||
|
|
||
|
RUN /usr/bin/sh /root/prepare.sh && \
|
||
|
/usr/bin/sh /root/cleanup.sh
|