Compare commits
2 Commits
b7b6747126
...
6b4634e8ce
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b4634e8ce | |||
|
|
b6dabdbbf8 |
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user