From 2670995325792b21c65939a714bf45bbe53f1432 Mon Sep 17 00:00:00 2001 From: gzchen008 Date: Thu, 8 Jun 2023 17:19:44 +0800 Subject: [PATCH] Update README.md add require soft in readme.md Signed-off-by: gzchen008 --- builders/java/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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.