Docker alpine does not support python wheels. Therefore native python package have to be compiled. See https://pythonspeed.com/articles/alpine-docker-python/ - Change base image to debian
Docker alpine does not support python wheels. Therefore native python package have to be compiled.
See https://pythonspeed.com/articles/alpine-docker-python/