I have been working with the sta binary file successfully on my WSL ubuntu 20.04. Because I need to run sta on my other docker(I am asked not to install more dependencies on it), I've encountered an issue where it requires dynamic libraries.
Would it be possible to update the build configuration (e.g., CMakeLists.txt) to link all dependencies statically?

I have been working with the
stabinary file successfully on my WSL ubuntu 20.04. Because I need to runstaon my other docker(I am asked not to install more dependencies on it), I've encountered an issue where it requires dynamic libraries.Would it be possible to update the build configuration (e.g., CMakeLists.txt) to link all dependencies statically?