dnsget
Stub DNS resolver library with ability to perform both syncronous and asyncronous DNS queries
RUN apt-get update && \
apt-get install -y udns-utils
RUN apt-get update && \
apt-get install -y udns-utils
RUN apk add udns
RUN pacman -S --noconfirm udns
RUN apt-get update && \
apt-get install -y udns-utils
RUN dnf install -y udns
RUN apt-get update && \
apt-get install -y udns-utils