Open boli2017 opened 1 year ago
How can I compile all the libs with my main.go? I use an alpine container to run my program, but an error is reported that the so dependency is missing. Is there a way to compile the dependency with my program into a binary file
Or is there any other way for my program to run in a lightweight basic mirror container like Alpine
Summary
How can I compile all the libs with my main.go? I use an alpine container to run my program, but an error is reported that the so dependency is missing. Is there a way to compile the dependency with my program into a binary file
Additional details