mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +00:00
71ef6dd804
Fedora is now hosting its official docker images at https://registry.fedoraproject.org
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
|