systemd-resolve
Resolve domain names, IPV4 and IPv6 addresses, DNS resource records, and services. Note: this tool has been renamed to resolvectl in new versions of systemd. More information: <https://manned.org/systemd-resolve>.
RUN apt-get update && \
apt-get install -y systemd
RUN apt-get update && \
apt-get install -y systemd
RUN pacman -S --noconfirm systemd
RUN apt-get update && \
apt-get install -y systemd
RUN yum install -y systemd
RUN dnf install -y systemd
RUN apt-get update && \
apt-get install -y systemd