From 98cee8fc65b07f678f30b1d1b9e336c73709f409 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 15:54:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=89=E8=A3=9D=20bash=20=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E7=94=A8=E4=BE=86=E5=9F=B7=E8=A1=8C=E8=85=B3=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bb589a0..5ad1c72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM alpine:latest -# 更新並安裝必要的工具後清理暫存檔案以減小映像檔大小 +# 更新並安裝必要的工具 RUN apk update \ - && apk add --no-cache curl jq + && apk add --no-cache curl jq bash COPY entrypoint.sh /entrypoint.sh