mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-17 05:38:57 +00:00
6 lines
149 B
Docker
6 lines
149 B
Docker
FROM registry.fedoraproject.org/fedora:29
|
|
|
|
COPY prepare.sh cleanup.sh /root/
|
|
|
|
RUN /usr/bin/sh /root/prepare.sh && \
|
|
/usr/bin/sh /root/cleanup.sh
|