arping
Discover and probe hosts in a network using the ARP protocol. Useful for MAC address discovery. More information: <https://github.com/ThomasHabets/arping>.
RUN apt-get update && \
apt-get install -y arping
RUN apt-get update && \
apt-get install -y arping
RUN apk add iputils
RUN pacman -S --noconfirm iputils
RUN apt-get update && \
apt-get install -y arping
RUN yum install -y iputils
RUN dnf install -y iputils
RUN apt-get update && \
apt-get install -y arping