GitHub user idlecool opened a pull request: https://github.com/apache/mesos/pull/274
Install ping. This is required by OsTest.Which `$ make check` fails at OsTest.Which if the system doesn't have ping. Refer: https://github.com/apache/mesos/blob/master/support/docker-build.sh#L75 You can merge this pull request into a Git repository by running: $ git pull https://github.com/interviewstreet/mesos master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/mesos/pull/274.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #274 ---- commit 5a63d817d0e8c2de864f1f520ec6f714dc1a1696 Author: Shiv Deepak <idlecool@...> Date: 2018-03-16T01:29:31Z Install ping. This is required by OsTest.Which ---- ---