Hello 👋. I am struggle on building and shipping Cpp application. Currently I use cmake with static linking to avoid any dependency hell with Alpine Linux. Is what I am doing right? Also sometimes I got an error which says it can not link properly boost stack trace - it has double definition of some function.
Here is a related code
Dockerfile: https://github.com/tokKurumi/tim-messanger/blob/master/services/prompt.service/src/Dockerfile
CMakeLists: https://github.com/tokKurumi/tim-messanger/blob/master/services/prompt.service/src/CMakeLists.txt
Is what I am doing right?
