arp-scan
Send ARP packets to hosts (specified as IP addresses or hostnames) to scan the local network. More information: <https://github.com/royhills/arp-scan>.
RUN apt-get update && \
apt-get install -y arp-scan
RUN apt-get update && \
apt-get install -y arp-scan
RUN pacman -S --noconfirm arp-scan
RUN apt-get update && \
apt-get install -y arp-scan
RUN dnf install -y arp-scan
RUN apt-get update && \
apt-get install -y arp-scan