mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
72ec8cd33f
This is meant to replace both the runtime and build images. Spliting it in two increasing the maintainance required without any big benefits.
6 lines
122 B
Docker
6 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
|