nslookup
Query name server(s) for various domain records. More information: <https://manned.org/nslookup>.
RUN apt-get update && \
apt-get install -y dnsutils
RUN apt-get update && \
apt-get install -y dnsutils
RUN apk add bind-tools
RUN pacman -S --noconfirm bind-tools
RUN apt-get update && \
apt-get install -y dnsutils
RUN dnf install -y bind-utils
RUN apt-get update && \
apt-get install -y dnsutils