From fe02bd295a95fdfd31c26705f97b1c192167aa0e Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 31 Mar 2025 22:36:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=9D=9E=E7=89=88=E6=9C=AC=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E7=B3=BB=E6=BA=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8673089..dccc6ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,9 @@ # syntax=docker/dockerfile:1 -FROM alpine:3.21 +FROM alpine:latest # 安装必要的工具 RUN apk add --no-cache wget curl bash -RUN apk add --no-cache bind-tools --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main +RUN apk add --no-cache bind-tools +# --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main RUN apk add --no-cache grep openssl ca-certificates uuidgen RUN export noninteractive=true # 下载并执行 goecs.sh 脚本