Hi, I wrote a Mesos scheduler using the Java bindings, which worked great so far. Now I would like to run my scheduler as a docker container on Marathon. The problem is now that I'm missing the required native libraries. What is the best way to install them (in Ubuntu) without pulling heaps of other stuff?
Thanks, Hendrik

