2 Commits

Author SHA1 Message Date
6b4634e8ce Merge pull request 'feat: 安裝 bash 套件' (#11) from develop into master
Some checks failed
/ CD > 發布專案 (push) Failing after 1s
Reviewed-on: #11
2026-03-20 08:05:44 +00:00
Jeffery
b6dabdbbf8 feat: 安裝 bash 套件 2026-03-20 16:05:32 +08:00

View File

@@ -2,7 +2,7 @@ FROM alpine:latest
# 更新並安裝必要的工具
RUN apk update \
&& apk add --no-cache curl jq
&& apk add --no-cache bash curl jq
COPY entrypoint.sh /entrypoint.sh