feat: 添加 iproute2 支持ip命令

This commit is contained in:
xiao 2025-01-09 12:02:51 +08:00 committed by cnb
parent b92545114d
commit 37bcbde669

View File

@ -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 update && apt upgrade -y \
&& apt install -y \ && apt install -y \
locales \ 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 autoremove -y \
&& apt clean \ && apt clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*