PyMiniRacer
PyMiniRacer copied to clipboard
Is libatomic an external dep with musllinux binary wheel?
Hi,
We install mini-racer via the pypi published musllinux binary wheel as a dep for another package (pyload-ng) in an alpine 3.22 based docker image.
During runtime, it complains about a missing libatomic shared library. I was under the impression that binary wheels contained all the necessary shared libraries so they wouldn't have any external dependencies. Is that not the case here?
Thanks
PS. Ref issue: https://github.com/linuxserver/docker-pyload-ng/issues/72