diff --git a/clients/android/devenv/Dockerfile b/clients/android/devenv/Dockerfile index 9af0a8c64..1cb5aee66 100644 --- a/clients/android/devenv/Dockerfile +++ b/clients/android/devenv/Dockerfile @@ -1,6 +1,6 @@ # Build environment in which to build the Camlistore Android app. # -# This builds on https://index.docker.io/u/wasabeef/android/ +# This extends the Dockerfile from https://index.docker.io/u/wasabeef/android/ FROM wasabeef/android MAINTAINER bradfitz