Add missing ping command to ubuntu image

This commit is contained in:
Julien Duponchelle 2017-03-20 11:41:39 +01:00
parent 8034a30bef
commit 0d69058ac8
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -4,6 +4,7 @@ FROM ubuntu:xenial
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y --no-install-recommends install \
net-tools tcpdump telnet traceroute curl iperf3 knot-host openssh-client mtr-tiny socat nano vim-tiny \
nmap iputils-ping \
&& rm -rf /var/lib/apt/lists/*
VOLUME [ "/root" ]