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