diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 0f18c30..67328a6 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -34,7 +34,7 @@ WORKDIR /openim # Install required packages RUN apt-get update && \ - apt-get install -y tzdata ca-certificates iproute2 lsof psmisc && \ + apt-get install -y tzdata ca-certificates iproute2 lsof psmisc dnsutils && \ ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \ dpkg-reconfigure --frontend noninteractive tzdata && \ echo "openim-sigs" > /etc/hostname && \