mirror of
https://github.com/MariaDB/mariadb-docker.git
synced 2025-07-23 00:28:15 +00:00
Ubi - debug - fix installation
This commit is contained in:
@ -4,5 +4,5 @@ ARG BASE
|
|||||||
FROM $BASE
|
FROM $BASE
|
||||||
|
|
||||||
USER root
|
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
|
USER mysql
|
||||||
|
Reference in New Issue
Block a user