From d0195549d7b50b84fec1f1ff889861817730c6be Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 19 Nov 2017 14:40:31 +0100 Subject: [PATCH] Remove NDK gnu-libstdc from the docker image --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- 2.11.0