explain about the license
This commit is contained in:
parent
34ab982f9a
commit
92102ea6ff
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue