From d6f00d618fa7f9a5ae97d4c1d0eb28f9a58062b7 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 20 Sep 2024 11:05:10 -0400 Subject: [PATCH] tier-0: explicitly list coreutils This currently is already in tier-0, but it feels odd to not explicitly list it. Noticed while comparing to FCOS manifests, which does list it. --- tier-0/manifest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tier-0/manifest.yaml b/tier-0/manifest.yaml index 46b6277..877ae18 100644 --- a/tier-0/manifest.yaml +++ b/tier-0/manifest.yaml @@ -53,6 +53,8 @@ include: - basic-fixes.yaml packages: + # this is implied by dependencies but let's make it explicit + - coreutils # needed for building derived container images - dnf5 # Even in tier-0, we have this. If you don't want SELinux today, you'll need