Hello Martin, I just checked this issue, there is something wrong with JRE on Alpin Linux, current VM is based on
It can be easily fixed like this: diff --git a/wicket-examples/Dockerfile b/wicket-examples/Dockerfile index e51f6f8..ac71634 100644 --- a/wicket-examples/Dockerfile +++ b/wicket-examples/Dockerfile @@ -1,4 +1,4 @@ -FROM tomcat:8.5-jre8-alpine +FROM tomcat:8.5-jre8 MAINTAINER Apache Wicket Team <[email protected]> RUN rm -rf /usr/local/tomcat/webapps/* But in this case Debian will be the OS, have you selected Alpin on purpose? -- WBR Maxim aka solomax
