mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-14 18:25:22 +00:00
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
|