Docker Base Image does not work
Hello,
just clone the main branch and try it under Ubuntu 22.04 LTS. The problem was that the container fc-server never becoms healthy. I figured out that the distroless base image does not cotains wget nor curl. That seems to be the reason for not passing the health check in the docker compose file.
If I switch back to openjdk:17 base image it works.
Best regards, Volker