From 92102ea6ffc8991cc77c79616de6dd881d305d64 Mon Sep 17 00:00:00 2001 From: lion Date: Sun, 16 Jun 2024 14:19:27 +0200 Subject: [PATCH] explain about the license --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6a382c6..9be3b3e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ to build an application +0. build the image _*_ +```sh +# set YESSACCEPT TO "y" else the buid will not work, you agree to the upstream google corp licenses as shown +# without that a dockerimage cannot bu build +docker compose build --pull --build-arg YESACCEPT= +``` + 1. modify the example minimal application source code found in ```sh vim ./apk/Makefile