fix clang cmake build left broken for arches other than aarch64 by #2f0de58717 (...
[termux-packages] / scripts / Dockerfile
index 368b1d7..43f4ba5 100644 (file)
@@ -1,14 +1,13 @@
 # Build with:
 #      docker build -t termux/package-builder .
 # Push to docker hub with:
-#      docker push termux/package-builder'
+#      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:16.04
+FROM ubuntu:16.10
 
 # Fix locale to avoid warnings:
-RUN locale-gen en_US.UTF-8
-RUN dpkg-reconfigure locales
+ENV LANG C.UTF-8
 
 # We expect this to be mounted with '-v $PWD:/root/termux-packages':
 WORKDIR /root/termux-packages