YunoHost / package_check

Shell script which check package actions: install, remove, upgrade, backup, restore…
GNU General Public License v3.0
21 stars 26 forks source link

lxc_build: install ping in container #32

Closed kemenaran closed 7 years ago

kemenaran commented 7 years ago

ping is required by lxc_check to test for internet connectivity. However it may not be installed by default on the LXC container. This commit ensures the ping command will be available inside the container.

maniackcrudelis commented 7 years ago

iputils-ping should be installed by aptitude install -y ~pstandard ~prequired ~pimportant I just tried it, and ping is available.

kemenaran commented 7 years ago

Hmm, curious. Just tried the same thing, and indeed ping is there.

I definitely encountered an issue where ping was missing—but maybe it was just a random failure. Anyway I can't reproduce this issue anymore.

Closing this PR then. Sorry for the noise!