From c3ab4661cf4f1958786c8f201f6050549fd378f3 Mon Sep 17 00:00:00 2001
From: Daniel Black <daniel@mariadb.org>
Date: Wed, 14 Aug 2024 16:42:05 +1000
Subject: [PATCH] Ubi - debug - fix installation

---
 Containerfile.debug-ubi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Containerfile.debug-ubi b/Containerfile.debug-ubi
index ca159da..0c277fc 100644
--- a/Containerfile.debug-ubi
+++ b/Containerfile.debug-ubi
@@ -4,5 +4,5 @@ ARG BASE
 FROM $BASE
 
 USER root
-RUN microdnf install MariaDB-server-debug-${MARIADB_VERSION} MariaDB-backup-debug-${MARIADB_VERSION}
+RUN microdnf install -y MariaDB-server-debuginfo-${MARIADB_VERSION} MariaDB-backup-debuginfo-${MARIADB_VERSION}
 USER mysql
-- 
GitLab