arp
Show and manipulate your system's ARP cache. More information: <https://manned.org/arp>.
RUN apt-get update && \
apt-get install -y net-tools
RUN apt-get update && \
apt-get install -y net-tools
RUN apk add net-tools
RUN pacman -S --noconfirm net-tools
RUN apt-get update && \
apt-get install -y net-tools
RUN yum install -y net-tools
RUN dnf install -y net-tools
RUN apt-get update && \
apt-get install -y net-tools