dhclient-script
Bare metal disaster recovery and system migration framework
RUN apt-get update && \
apt-get install -y isc-dhcp-client
RUN apt-get update && \
apt-get install -y isc-dhcp-client
RUN apk add dhclient
RUN pacman -S --noconfirm dhclient
RUN apt-get update && \
apt-get install -y isc-dhcp-client
RUN dnf install -y dhcp-client
RUN apt-get update && \
apt-get install -y isc-dhcp-client