From: Fredrik Fornwall Date: Fri, 7 Oct 2016 17:56:46 +0000 (-0400) Subject: Remove stray char in comment X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/b59e03ab08f85a91406fe79fee55df47d69fc153?ds=inline Remove stray char in comment --- diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 368b1d7b..8d6c87f3 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -1,7 +1,7 @@ # 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