From: Fredrik Fornwall Date: Sat, 15 Jul 2017 00:25:12 +0000 (+0200) Subject: Do not remove libc++ in Dockerfile setup X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/f8f9c19befdbe227e1246b98872f6e1b4e3ab2d5?hp=571e5ce211551b9909a6b574f31528c7908b8b0a Do not remove libc++ in Dockerfile setup --- diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 0491b322..4c894089 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/llvm-libc++* sources/cxx-stl/system/ sources/cxx-stl/stlport && \ + rm -Rf sources/cxx-stl/gabi++ sources/cxx-stl/system/ sources/cxx-stl/stlport && \ 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':