mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
11 lines
243 B
Docker
11 lines
243 B
Docker
FROM registry.fedoraproject.org/fedora:31
|
|
|
|
ENV ANDROID_HOME=/android/sdk
|
|
ENV ANDROID_NDK_HOME=/android/ndk
|
|
|
|
ARG DEFAULT_BRANCH="master"
|
|
|
|
COPY prepare.sh cleanup.sh /root/
|
|
|
|
RUN /usr/bin/sh /root/prepare.sh && \
|
|
/usr/bin/sh /root/cleanup.sh
|