ZOOKEEPER-4055: Dockerfile can't build Zookeeper C client library
https://issues.apache.org/jira/browse/ZOOKEEPER-4055
This PR would fix the build by installing `pkg-config` and enabling `PKG_CHECK_MODULES`.
https://github.com/apache/zookeeper/blob/4e82a8be889d91dde46a11b38c8a20e82f3220f2/zookeeper-client/zookeeper-client-c/acinclude.m4#L314-L327
Another approach is to use a maven image with old Debian but it's less reasonable for me.
Author: okumin <git@okumin.com>
Reviewers: Enrico Olivelli <eolivelli@apache.org>, Damien Diederen <ddiederen@apache.org>
Closes #1575 from okumin/ZOOKEEPER-4055