Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I’m trying to deploy my Rails 5 app to digital ocean using CapRover. The problem is when some gems require some other packages to be installed, like ovirt-engine-sdk, that needs xml2-devel. When I run:
caprover deploy
It raises the next error:
extconf.rb:29:in `<main>': The "libxml2" package isn't available. (RuntimeError)
I’ve tried to install them manually from the digital ocean console, but it doesn’t work. Investigating a little I found that I might need to use a Dockerfile instead.
How can I deploy my project and indicate the dependency libraries needed for the gem packages?
ebeecroft
Noor Bakkal
384d3f11289345379905a243f7b817
IsaacMvd
Ervan Agus
Teckno
dc1bce8262314f84b368813178d9e4
gerard
gerard
Stan Flint