X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/88183689efb3715ac0192006cabad6337dea2588..cdb97c0b105bebf6dcfb0cbf92ef36cf99f6584c:/scripts/Dockerfile diff --git a/scripts/Dockerfile b/scripts/Dockerfile index cbb396da..43f4ba57 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -1,11 +1,13 @@ -# Build with 'docker build -t termux/package-builder .' and push -# to docker hub with 'docker push termux/package-builder' after -# changing scripts/setup-ubuntu.sh or scripts/setup-android.sdk.sh. -FROM ubuntu:16.04 +# Build with: +# docker build -t termux/package-builder . +# Push to docker hub with: +# 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 # 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