From: Fredrik Fornwall Date: Fri, 7 Jul 2017 10:23:13 +0000 (+0200) Subject: Dockerfile: Do not remove non android-21 platforms X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/95b0cab9ea4d27b447a4877920551d3e20c4655f?ds=sidebyside Dockerfile: Do not remove non android-21 platforms --- diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 320eb128..0491b322 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -28,7 +28,6 @@ RUN apt-get update && \ cd /home/builder/lib/android-ndk/ && \ rm -Rf toolchains/mips* && \ rm -Rf sources/cxx-stl/gabi++ sources/cxx-stl/llvm-libc++* sources/cxx-stl/system/ sources/cxx-stl/stlport && \ - cd platforms && ls | grep -v android-21 | xargs rm -Rf && \ cd /home/builder/lib/android-sdk/tools && rm -Rf emulator* lib* proguard templates # We expect this to be mounted with '-v $PWD:/home/builder/termux-packages':