1
0
mirror of https://github.com/MariaDB/mariadb-docker.git synced 2025-04-19 06:02:18 +03:00

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