From b888fd21084027a90ba3fbb80c56e4779c19a84e Mon Sep 17 00:00:00 2001 From: Jeffery Date: Thu, 26 Mar 2026 09:26:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=89=E8=A3=9D=20coreutils=20?= =?UTF-8?q?=E8=AE=93=E8=85=B3=E6=9C=AC=E5=8F=AF=E4=BB=A5=E5=9F=B7=E8=A1=8C?= =?UTF-8?q?=20date=20=E6=8C=87=E4=BB=A4?= 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 5625030..ccb7156 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest # 安裝必要的工具 -RUN apk add --no-cache --no-check-certificate bash curl +RUN apk add --no-cache --no-check-certificate bash curl coreutils COPY entrypoint.sh /entrypoint.sh