Added wget to final base image
Added wget to final base image to allow docker easy healthchecks like:
healthcheck:
test: wget -qO- 127.0.0.1:22527 | grep -q 'city.sane.relay.common.messages.ExceptionMessage' && exit 0 || exit 1
interval: 30s
retries: 3
start_period: 1m