From: Fredrik Fornwall Date: Sun, 19 Nov 2017 13:40:31 +0000 (+0100) Subject: Remove NDK gnu-libstdc from the docker image X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/d0195549d7b50b84fec1f1ff889861817730c6be Remove NDK gnu-libstdc from the docker image --- diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 4150c95b..49bcb07e 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -27,7 +27,7 @@ RUN apt-get update && \ rm -rf /var/lib/apt/lists/* && \ cd /home/builder/lib/android-ndk/ && \ rm -Rf toolchains/mips* && \ - rm -Rf sources/cxx-stl/gabi++ sources/cxx-stl/system/ sources/cxx-stl/stlport && \ + rm -Rf sources/cxx-stl/gabi++ sources/cxx-stl/system sources/cxx-stl/stlport sources/cxx-stl/gnu-libstdc++ && \ 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':