explain about the license

This commit is contained in:
lion 2024-06-16 14:19:27 +02:00
parent 34ab982f9a
commit 92102ea6ff

View file

@ -4,6 +4,13 @@
to build an application 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 1. modify the example minimal application source code found in
```sh ```sh
vim ./apk/Makefile vim ./apk/Makefile