X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/f8f9c19befdbe227e1246b98872f6e1b4e3ab2d5..efbf42584f3f7f5f69c6e0ee7b07bab054de94d6:/scripts/Dockerfile diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 4c894089..49bcb07e 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -4,7 +4,7 @@ # docker push termux/package-builder # This is done after changing this file or any of the # scripts/setup-{ubuntu,android-sdk}.sh setup scripts. -FROM ubuntu:17.04 +FROM ubuntu:17.10 # Fix locale to avoid warnings: ENV LANG C.UTF-8 @@ -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':