From 651ff38950616b7f1a6cdb5e102ac99483ab6a95 Mon Sep 17 00:00:00 2001 From: lxh2875931338 Date: Mon, 10 Aug 2026 23:00:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2net-tools=E5=8C=85?= 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 19c5d83..8347bd6 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 netstat curl +RUN apk --no-cache add ca-certificates tzdata sqlite bash net-tools curl WORKDIR /app