From 37bcbde669c0e465251ff18f1e25cc526b35ba1d Mon Sep 17 00:00:00 2001 From: xiao Date: Thu, 9 Jan 2025 12:02:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20iproute2=20?= =?UTF-8?q?=E6=94=AF=E6=8C=81`ip`=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d42664..88c70cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN sed -i 's/deb.debian.org/mirrors.tencent.com/g' /etc/apt/sources.list.d/debi && apt update && apt upgrade -y \ && apt install -y \ locales \ - wget openssh-server cmake make gcc g++ autoconf sudo curl dos2unix build-essential \ + wget iproute2 openssh-server cmake make gcc g++ autoconf sudo curl dos2unix build-essential \ && apt autoremove -y \ && apt clean \ && rm -rf /var/lib/apt/lists/*