追加iproute2

This commit is contained in:
2026-08-10 23:03:00 +08:00
parent 651ff38950
commit 6974fe6399
+1 -1
View File
@@ -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