[baseimage]: add commonly used network tools (#1832)

* [baseimage]: add commonly used network tools
This commit is contained in:
lguohan 2018-07-01 09:46:25 -07:00 committed by GitHub
parent 3fc56f07e8
commit 0e5c5f2601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,7 +222,11 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
sysfsutils \
grub2-common \
ethtool \
screen
screen \
hping3 \
python-scapy \
tcptraceroute \
mtr-tiny
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y download \
grub-pc-bin