From fb777eec3166d8787eebc35448d74fbb83fc8fb8 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 25 Mar 2026 22:11:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=89=E8=A3=9D=20sleep=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 5625030..8e2c908 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 sleep COPY entrypoint.sh /entrypoint.sh