Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Nov 30, 2023
1 parent ec9ea94 commit bd2bfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit bd2bfc6

Please sign in to comment.