Add ping command to image

This commit is contained in:
Bob Mottram 2015-11-26 22:08:44 +00:00
parent bc960182c1
commit 873204bba6
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ fi
chroot "$rootdir" apt-get install -y sudo git dialog toilet build-essential openssh-server
chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd
chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager
chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping
chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name
chroot "$rootdir" /bin/bash -x <<EOF