named
Execute the DNS (Dynamic Name Service) server daemon that converts host names to IP addresses and vice versa. More information: <https://manned.org/named>.
RUN apt-get update && \
apt-get install -y bind9
RUN apt-get update && \
apt-get install -y bind9
RUN apk add bind
RUN pacman -S --noconfirm bind
RUN apt-get update && \
apt-get install -y bind9
RUN dnf install -y bind
RUN apt-get update && \
apt-get install -y bind9