From b6dabdbbf8bea507c19660cb78045046c8d27609 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 16:05:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=89=E8=A3=9D=20bash=20=E5=A5=97?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 90b09c3..45fad76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest # 更新並安裝必要的工具 RUN apk update \ - && apk add --no-cache curl jq + && apk add --no-cache bash curl jq COPY entrypoint.sh /entrypoint.sh -- 2.48.1