Ubi - debug - fix installation

This commit is contained in:
Daniel Black 2024-08-14 16:42:05 +10:00
parent 1637a68a19
commit c3ab4661cf

View File

@ -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