From 6974fe63991ba99bdb9cb513fbeac4226d042620 Mon Sep 17 00:00:00 2001 From: lxh2875931338 Date: Mon, 10 Aug 2026 23:03:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=BD=E5=8A=A0iproute2?= 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 8347bd6..a4d023d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build \ FROM alpine:latest # 先切换到国内镜像源,再安装包 RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories -RUN apk --no-cache add ca-certificates tzdata sqlite bash net-tools curl +RUN apk --no-cache add ca-certificates tzdata sqlite bash net-tools curl iproute2 WORKDIR /app