pub fn prune_build_cache(older_than: Option<&str>) -> Result<String>
Removes only unused Docker build cache.
Returns an error when Docker is missing, unavailable, or exits unsuccessfully.