feat: 使用 bash 預設的指令

This commit is contained in:
2026-03-25 22:21:43 +08:00
parent 71938b5b42
commit bcd0766c95
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM alpine:latest
# 安裝必要的工具
RUN apk add --no-cache --no-check-certificate bash curl coreutils
RUN apk add --no-cache --no-check-certificate bash curl
COPY entrypoint.sh /entrypoint.sh