PyMiniRacer icon indicating copy to clipboard operation
PyMiniRacer copied to clipboard

Is libatomic an external dep with musllinux binary wheel?

Open aptalca opened this issue 4 months ago • 0 comments

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

aptalca avatar Aug 31 '25 21:08 aptalca