mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
10 lines
214 B
Docker
10 lines
214 B
Docker
|
FROM registry.fedoraproject.org/fedora:29
|
||
|
|
||
|
ENV ANDROID_HOME=/android/sdk
|
||
|
ENV ANDROID_NDK_HOME=/android/ndk
|
||
|
|
||
|
COPY prepare.sh cleanup.sh /root/
|
||
|
|
||
|
RUN /usr/bin/sh /root/prepare.sh && \
|
||
|
/usr/bin/sh /root/cleanup.sh
|