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