From 56691b629ba860dea75eea6e137ff9e1eac4d60f Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 25 Mar 2026 05:43:24 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0cc82e8..c1724fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ FROM alpine:latest -# 更新並安裝必要的工具 -RUN apk update \ - && apk add --no-cache bash curl jq +# 安裝必要的工具 +RUN apk add --no-cache --no-check-certificate bash curl jq COPY entrypoint.sh /entrypoint.sh -- 2.48.1