FROM docker:24.0.6-dind # 安装 Node.js RUN apk add --no-cache bash curl git nodejs npm WORKDIR /workspace ENTRYPOINT [ "/bin/bash" ]