mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 23:16:38 +00:00
af9982cffe
Needed to build gst-plugins-rs, see gst-plugins-rs!205
8 lines
186 B
Docker
8 lines
186 B
Docker
FROM registry.fedoraproject.org/fedora:30
|
|
|
|
ENV PATH=/usr/local/cargo/bin:$PATH
|
|
|
|
COPY prepare.sh cleanup.sh /root/
|
|
|
|
RUN /usr/bin/sh /root/prepare.sh && \
|
|
/usr/bin/sh /root/cleanup.sh
|