From 65512d6058693505a3615418bdc21de6b3c485cd Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 15 Jan 2017 19:43:49 +0100 Subject: [PATCH] Dockerfile: Update from ubuntu 16.04 to 16.10 --- scripts/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 8d6c87f3..43f4ba57 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -4,11 +4,10 @@ # 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 -- 2.11.0