CI Perf Lint

dockerfile-apk-add-without-no-cache-or-cache-mount

Detects Dockerfile RUN apk add instructions that do not use --no-cache or a BuildKit cache mount.

This rule looks for:

and reports when the instruction lacks both:

Why it matters:

What to do: