libxml2-dev required to deploy a Rails app with Nokogiri
When deploying our Rails app I struggled a lot with the initial deploy with some gems with native deps failing to install (Nokogiri)
Eventually I ended up adding this to my env
NIXPACKS_APT_PKGS=libxml2-dev
Is that expected? I would think Nokogiri being such a staple that libxml would be included in the Nixpacks.
0 Replies