Merge: Fix issue #39 with ncat in Dockerfile
The healthcheck in docker compose relies on nc (ncat)
but ncat is not installed. This should fix this. But we should consider that we only use ncat for the healthcheck. Maybe it would be wise to solve this differently? @david do you have some thoughts on this?