mysql_config
applications
RUN apt-get update && \
apt-get install -y libmariadbclient-dev
RUN apt-get update && \
apt-get install -y libmariadbclient-dev
RUN apk add mariadb-libs
RUN pacman -S --noconfirm mariadb-libs
RUN apt-get update && \
apt-get install -y libmariadbclient-dev
RUN yum install -y mysql
RUN dnf install -y mariadb-devel-3
RUN apt-get update && \
apt-get install -y libmariadbclient-dev