diff --git a/builders/java/README.md b/builders/java/README.md index bd6e595..add5995 100644 --- a/builders/java/README.md +++ b/builders/java/README.md @@ -1,5 +1,12 @@ ## Build builder of java + +Required soft on your linux +```shell +bazel4 +python3 +``` + Use the follow command to build a java builder. ```shell @@ -23,4 +30,4 @@ Parameters - `build-image` - The image used to build builder. - `run-image` - The image used to run the function. - `out-image` - The name of generated builder image. -- `push-image` - If specified, it will push the image to the registry. \ No newline at end of file +- `push-image` - If specified, it will push the image to the registry.