omshell
ISC DHCP server for automatic IP address assignment
RUN apt-get update && \
apt-get install -y isc-dhcp-common
RUN apt-get update && \
apt-get install -y isc-dhcp-common
RUN apk add dhcp
RUN pacman -S --noconfirm dhcp
RUN apt-get update && \
apt-get install -y isc-dhcp-server
RUN dnf install -y dhcp-server
RUN apt-get update && \
apt-get install -y isc-dhcp-common