How can I install rocketmq in docker container?

prod container use alpine linux as base image, but dev container use debian as base image.

rocketmq works fine in dev container, but error in prod container.
pip install rocketmq

It seems like that I cannot install rocketmq-client-cpp in alpine linux.

Does anyone get the same problem?