tools: Add a few more packages to the Alpine base image

- iproute2 provides a more complete suite of 'ip' utilities than
  the busybox implementation. Useful, for debugging.
- iperf3 for network testing
- tcpdump for network debugging
- expect is used in some tests. Adding it to the base image should
  make it easier to create a LinuxKit image to self-host CI.

The new version of the base package is:
linuxkit/alpine:3d57ded3edd54e616210cf0c17e3bc15eed9d03a

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-06-28 14:02:08 +01:00
parent 6279dc16bd
commit 03b78d5153
2 changed files with 10 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ dosfstools
e2fsprogs
e2fsprogs-extra
elfutils-dev
expect
flex
gcc
git
@@ -34,6 +35,8 @@ go
gummiboot
hvtools
installkernel
iperf3
iproute2
iptables
jq
kmod
@@ -71,6 +74,7 @@ strace
swig
syslinux
tar
tcpdump
tini
tzdata
util-linux