When running droast over Dockerfile containing:
RUN pnpm install --frozen-lockfile
droast incorrectly flags:
INFO [DF031] npm install used β consider npm ci for reproducible builds
at Dockerfile:10
π¬ "`npm install` in a Dockerfile: non-deterministic, slower than `npm ci`, and potentially installs different versions than your lockfile specifies. `npm ci` exists specifically for CI/CD and containers. Use it."
When running droast over Dockerfile containing:
RUN pnpm install --frozen-lockfiledroast incorrectly flags: