Hacker News new | ask | show | jobs
by tmpz22 1421 days ago
Not really. There's a few common problems doing this with Go and for example, Alpine as a base image. You'll have to manually grab something like sqlite.c or some openssl stuff (its been awhile) but after that it works just fine.

Its actually a good way to find dependencies you didn't know were there. As long as you're diligent this isn't something you should be shaking in your boots over.

1 comments

The dependencies are part of the build process. It seems like something apko would be better suited for.