This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/causeway.git
commit a405fb41a6f9591ce2c7becf39659d5520b3890f Author: Dan Haywood <[email protected]> AuthorDate: Wed Oct 22 08:54:51 2025 +0100 minor update to index.html --- antora/supplemental-ui/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/antora/supplemental-ui/index.html b/antora/supplemental-ui/index.html index 73bc6236023..95540c9db3c 100644 --- a/antora/supplemental-ui/index.html +++ b/antora/supplemental-ui/index.html @@ -624,14 +624,15 @@ <h4 class="cta-text" style="margin-top: 20px">Build Prereqs</h4> <pre id="docker-container-text" style="margin-top: 5px"> mkdir /tmp/causeway docker run -p8080:8080 -v /tmp/causeway:/tmp \ - -it --platform linux/amd64 eclipse-temurin:21-jdk /bin/bash</pre> + -it ubuntu:latest /bin/bash</pre> </p> <p class="cta-text text-left" style="margin-block-end: 0; "> within the container, install the prereqs and continue as above:<br/> <pre id="docker-prereqs-text" style="margin-top: 5px"> -apt update && apt install -y curl zip unzip vim +apt update && apt install -y curl zip unzip vim git curl -s "https://get.sdkman.io" | bash source "$HOME/.sdkman/bin/sdkman-init.sh" +sdk install java 21.0.8-tem sdk install maven 3.9.11 sdk install mvnd 1.0.3 cd /tmp
