Flagged a https://semgrep.dev/ run against Blubber generated Dockerfiles used by Toolhub.
severity:info rule:security.semgrep-rules.generic.dockerfile.best-practice.missing-no-install-recommends: This 'apt-get install' is missing '--no-install-recommends'. This prevents unnecessary packages from being installed, thereby reducing image size. Add '--no-install-recommends'.
Adding this flag could reduce container size, but may also break new container builds for some project which are relying on recommended packages for needed functionality. A safer way to introduce this would be as an opt-in flag in the Blubber config (apt.install_recommends?), possibly with a timeline for phasing out the flag and making this default behavior.