omar-polo / gmid

a Gemini server
https://gmid.omarpolo.com
ISC License
98 stars 8 forks source link

Add missing libevent-dev dependency to Dockerfile #2

Closed klapacz closed 3 years ago

omar-polo commented 3 years ago

Thanks!

klapacz commented 3 years ago

@omar-polo I think in final stage should be installed libevent (without -dev) too. I don't want to mess up with next pull requests.

omar-polo commented 3 years ago

That's fine for me, less stuff in the image the better.

However, I was playing with the idea of building a statically-linked executable; I'm not sure what would be the best way to set up the image in that case, though. Help is greatly appreciated :)