This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/causeway-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c0e91d3b4b minor tweak to index.html, docker run
c0e91d3b4b is described below
commit c0e91d3b4b81f935f1cac012ac79af10b0fe564b
Author: Dan Haywood <[email protected]>
AuthorDate: Wed Oct 22 08:55:16 2025 +0100
minor tweak to index.html, docker run
---
content/index.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/content/index.html b/content/index.html
index 73bc623602..95540c9db3 100644
--- a/content/index.html
+++ b/content/index.html
@@ -624,14 +624,15 @@ mvn -pl webapp spring-boot:run</pre>
<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