add nodejs
This commit is contained in:
@ -32,6 +32,9 @@ RUN apk update && apk add --no-cache \
|
|||||||
grep \
|
grep \
|
||||||
sed \
|
sed \
|
||||||
gawk \
|
gawk \
|
||||||
|
# Node.js 运行时(用于运行 JavaScript actions)
|
||||||
|
nodejs \
|
||||||
|
npm \
|
||||||
# 其他常用工具
|
# 其他常用工具
|
||||||
jq \
|
jq \
|
||||||
tree \
|
tree \
|
||||||
|
|||||||
Reference in New Issue
Block a user