Add ping package to test networking after build
This commit is contained in:
parent
9f7f1dd315
commit
7f338da734
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@ man-db,\
|
|||
psmisc,\
|
||||
bind9-host,\
|
||||
telnet,\
|
||||
mtr-tiny
|
||||
mtr-tiny,\
|
||||
ping
|
||||
|
||||
if [ ! -z "${ADDITIONAL_PACKAGES}" ]; then
|
||||
packages=${ADDITIONAL_PACKAGES},${packages}
|
||||
|
|
Loading…
Reference in a new issue