X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/2f6e1c1265098c99c0f39de04e41d34bc3ade574..d0195549d7b50b84fec1f1ff889861817730c6be:/scripts/Dockerfile 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':