Skip to content

Commit

Permalink
[baseimage]: add commonly used network tools (#1832)
Browse files Browse the repository at this point in the history
* [baseimage]: add commonly used network tools
  • Loading branch information
lguohan authored Jul 1, 2018
1 parent 3fc56f0 commit 0e5c5f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e5c5f2

Please sign in to comment.