Open cirospaciari opened 2 years ago
Alpine official pre-build library will come some day, but until there this solution can be used: https://github.com/cirospaciari/socketify.py/tree/main/examples/docker/python3-alpine
we will focus on others goals right now
installing gcompat libc6-compat in alpine we still got an
__fprintf_chk: symbol not found.
this is an know issue. I think the way to go at first is identify musl and auto hit make linux inside the docker, if support for an pre-build library are requested we go for it.Article about python + alpine: https://pythonspeed.com/articles/alpine-docker-python/