A native library does not match this Linux flavour
What it looks like in your log
java.lang.UnsatisfiedLinkError: Error loading shared library ld-linux-x86-64.so.2: No such file or directory
What causes it
A glibc-built native library was loaded on a musl-based (Alpine) system, or the reverse. The dynamic linker cannot resolve it.
How to fix it
Run the server on a glibc-based image or system (Debian or Ubuntu based Java builds), or use natives built for musl.
Not sure this is your problem? Paste your log and Roastd will tell you which of these it actually matched, and what else it found.
Check your own log