Make ubuntu 17.04 the reference build environment

This commit is contained in:
Fredrik Fornwall
2017-04-20 09:00:02 +02:00
parent 74ad4596c6
commit 852e83abc3
5 changed files with 8 additions and 8 deletions

View File

@@ -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:16.10
FROM ubuntu:17.04
# Fix locale to avoid warnings:
ENV LANG C.UTF-8