ifconfig
Network Interface Configurator. More information: <https://net-tools.sourceforge.io/man/ifconfig.8.html>.
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