Example
FROM python:3.9.18-slim
RUN apt-get update -q -q && \
apt-get install curl python3 python3-pip
Chainguard recommends removing package installs that already exist on the base image (i.e. listed in their SBOM). Can DFC filter out these installs, ideally checking against that specific image's SBOM?