I`ve tried to check the containers from all verions of alpine to check if the ruby was compilled with jemalloc using the command
ruby -r rbconfig -e "puts RbConfig::CONFIG['LIBS']"
but the responde always never include the -ljemalloc config. What is wrong in this images.?