/** * DKRD010: apt-get install without --no-install-recommends * * Detects RUN instructions with apt-get install missing * --no-install-recommends, which leads to bloated images. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const dkrd010: PostSynthCheck; //# sourceMappingURL=apt-no-recommends.d.ts.map