dhclient
DHCP client. More information: <https://manned.org/dhclient>.
RUN apt-get update && \
apt-get install -y isc-dhcp-client-dbg
RUN apt-get update && \
apt-get install -y isc-dhcp-client-noddns
RUN apk add dhclient
RUN pacman -S --noconfirm dhclient
RUN apt-get update && \
apt-get install -y isc-dhcp-client-ddns
RUN dnf install -y dhcp-client
RUN apt-get update && \
apt-get install -y isc-dhcp-client-ddns