mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
8 lines
195 B
Docker
8 lines
195 B
Docker
FROM ubuntu:18.04
|
|
|
|
COPY prepare.sh cleanup.sh android-download-ndk.sh android-create-toolchain.sh /root/
|
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
|
|
RUN sh /root/prepare.sh && \
|
|
sh /root/cleanup.sh
|