From bd2bfc63b5b979e8871342113be5c6d7e1d7cb32 Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751@qq.com> Date: Thu, 30 Nov 2023 16:49:39 +0800 Subject: [PATCH] Update Dockerfile --- ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \