From f1a6c8a857c08c56b88909e898fed41127534bb5 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sat, 8 Feb 2014 17:15:09 -0800 Subject: [PATCH] Comment clarification Change-Id: I3f00050822bf0f05bdce2ca58a2ee22113dfdc09 --- clients/android/devenv/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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