fix(hwlab): avoid prepare-source yaml runtime dependency (#809)
Co-authored-by: Codex <codex@noreply.local>
This commit is contained in:
@@ -152,8 +152,6 @@ targets:
|
||||
- COPY --from=python-runtime /usr/local /usr/local
|
||||
- COPY --from=docker-cli-runtime /usr/local/bin/docker /usr/local/bin/docker
|
||||
- RUN ln -sf /usr/local/bin/bun /usr/local/bin/bunx
|
||||
- ENV NODE_PATH=/usr/local/lib/node_modules
|
||||
- RUN npm install -g --omit=dev --ignore-scripts --no-audit --no-fund yaml@2.8.3 && NODE_PATH=/usr/local/lib/node_modules node -e "require.resolve('yaml')"
|
||||
- RUN node --version && npm --version && bun --version && git --version && python3 --version && docker --version && ssh -V
|
||||
buildArgs:
|
||||
NODE_IMAGE: docker.io/library/node:22-bookworm-slim
|
||||
|
||||
Reference in New Issue
Block a user