From 9dcb61b9fa6bef437dc2a0618f0e5da9d5637129 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:56:39 -0400 Subject: [PATCH] must use dnf command to generate redhat.repo --- entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index dc569d9..f501505 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,8 +5,7 @@ set -ex # Create /dev/loop0 if it doesn't already exist. `losetup` has an issue creating it during the first run mknod -m 0660 /dev/loop0 b 7 0 2>/dev/null || true -dnf repolist -ls /etc/yum.repos.d +dnf check-update > /dev/null for i do