ntpq
Query the Network Time Protocol (NTP) daemon. More information: <https://www.eecis.udel.edu/~mills/ntp/html/ntpq.html>.
RUN apt-get update && \
apt-get install -y ntp
RUN apt-get update && \
apt-get install -y ntp
RUN pacman -S --noconfirm ntp
RUN apt-get update && \
apt-get install -y ntp
RUN yum install -y ntp
RUN dnf install -y ntp
RUN apt-get update && \
apt-get install -y ntp