feat: 安裝 sleep 套件

This commit is contained in:
2026-03-25 22:11:56 +08:00
parent c6a531a5e9
commit fb777eec31

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