Skip to content

Commit

Permalink
Ubi - debug - fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Aug 14, 2024
1 parent 1637a68 commit c3ab466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile.debug-ubi
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c3ab466

Please sign in to comment.