ping
Send ICMP ECHO_REQUEST packets to network hosts. More information: <https://manned.org/ping>.
RUN apt-get update && \
apt-get install -y inetutils-ping
RUN apt-get update && \
apt-get install -y inetutils-ping
RUN apk add iputils
RUN pacman -S --noconfirm iputils
RUN apt-get update && \
apt-get install -y inetutils-ping
RUN yum install -y iputils
RUN dnf install -y iputils
RUN apt-get update && \
apt-get install -y inetutils-ping