From: Fredrik Fornwall Date: Fri, 7 Oct 2016 17:36:58 +0000 (-0400) Subject: Minor comment cleanups of Dockerfile X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/5b7c3ff6d3b196ff0a85a74009087639ce6fe535 Minor comment cleanups of Dockerfile --- diff --git a/scripts/Dockerfile b/scripts/Dockerfile index cbb396da..368b1d7b 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -1,6 +1,9 @@ -# 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. +# 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.04 # Fix locale to avoid warnings: