feat: 安裝 sleep 套件 #2

Merged
jiantw83 merged 2 commits from develop into master 2026-03-25 14:14:13 +00:00
Showing only changes of commit fb777eec31 - Show all commits

View File

@@ -1,7 +1,7 @@
FROM alpine:latest 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 COPY entrypoint.sh /entrypoint.sh