CI Perf Lint

dockerfile-pnpm-install-without-frozen-lockfile

Detects Node Dockerfiles that run pnpm install without --frozen-lockfile while pnpm-lock.yaml is available in the Docker build context.

This rule looks for:

Why it matters:

What to do:

This rule is intentionally narrower than a full optimal Dockerfile check. It flags a concrete reproducibility and dependency install issue.