RUN ./mvnw clean install giving error when run from docker file

I have little knowledge about Java and Maven, but it seems to be a Maven issue, so I can’t help here much.

I can give an advice: Just run a container from the base image and run the commands manually in an interactive container. Than you can use your java and Maven debugging skills to figure out what happened. You can find the logs or run maven in debug mode.

If you find anything that requires Docker skills to fix the issue, we are here to help.