From e306fd05fce11174f3bc52a05cc85de96d2c0531 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 25 Mar 2026 05:44:30 +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 d52fa34..6418d60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ FROM alpine:latest -# 更新並安裝必要的工具 -RUN apk update \ - && apk add --no-cache bash zip +# 安裝必要的工具 +RUN apk add --no-cache --no-check-certificate bash zip COPY entrypoint.sh /entrypoint.sh -- 2.48.1