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