sensu / sensu-ruby-runtime

The Sensu Go Ruby Runtime Asset
MIT License
3 stars 23 forks source link

Adjust alpine image to use ressl consistently #26

Open jspaleta opened 4 years ago

jspaleta commented 4 years ago

Alpine is unique, and defaults to using ressl as its preferred ssl implementation.

We should build against ressl on alpine to avoid later package conflicts when people try to build against ssl libs. This cropped up trying to get sensu-plugins-postgres up and running.