mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-21 17:36:40 +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 \
|
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 \
|
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/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
VOLUME [ "/root" ]
|
VOLUME [ "/root" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user