mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-20 09:16:17 +00:00
Add missing ping command to ubuntu image
This commit is contained in:
parent
8034a30bef
commit
0d69058ac8
@ -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" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user