ping

Send ICMP ECHO_REQUEST packets to network hosts. More information: <https://manned.org/ping>.

Debian Debian
RUN apt-get update && \ apt-get install -y inetutils-ping
Ubuntu
RUN apt-get update && \ apt-get install -y inetutils-ping
Alpine
RUN apk add iputils
Arch Arch Linux
RUN pacman -S --noconfirm iputils
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y inetutils-ping
CentOS
RUN yum install -y iputils
Fedora
RUN dnf install -y iputils
Raspbian
RUN apt-get update && \ apt-get install -y inetutils-ping
click the source code to copy install ping on any operating system with command-not-found.com