We have docker files which based on alpine linux.
I want for the built container to check the version of the musl
library ,
I mean run the container and and in RT check the musl version
how can I do that ?
I've tried something like
docker run -it --rm alpine /bin/ash
and run
musl -v
Got
/bin/ash: musl: not found