You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by bp...@apache.org on 2016/01/23 18:23:22 UTC

celix git commit: CELIX-247: Adapted comment

Repository: celix
Updated Branches:
  refs/heads/develop 1df20eea4 -> 25f6497d0


CELIX-247: Adapted comment


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/25f6497d
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/25f6497d
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/25f6497d

Branch: refs/heads/develop
Commit: 25f6497d047be1f9a72c93f1a506503e874176d1
Parents: 1df20ee
Author: Bjoern Petri <bp...@apache.org>
Authored: Sat Jan 23 18:22:59 2016 +0100
Committer: Bjoern Petri <bp...@apache.org>
Committed: Sat Jan 23 18:22:59 2016 +0100

----------------------------------------------------------------------
 Dockerfile.Android | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/25f6497d/Dockerfile.Android
----------------------------------------------------------------------
diff --git a/Dockerfile.Android b/Dockerfile.Android
index 52cafd2..52ad785 100644
--- a/Dockerfile.Android
+++ b/Dockerfile.Android
@@ -5,7 +5,8 @@
 # Celix android builder
 # 
 # Howto:
-# Build docker image -> docker build -t celix-android-builder <path-to-this-dockerfile>
+#
+# Build docker image -> docker build -t celix-android-builder - < Dockerfile.Android
 # Run docker image -> docker run --name builder celix-android-builder
 # Extract filesystem -> docker export builder > fs.tar
 # Extract /build dir from tar -> tar xf fs.tar build/output/celix