mysqldump
Backups MySQL databases. See also mysql for restoring databases. More information: <https://dev.mysql.com/doc/refman/en/mysqldump.html>.
RUN apt-get update && \
apt-get install -y mariadb-client-10.3
RUN apt-get update && \
apt-get install -y percona-xtradb-cluster-client-5.5
RUN pacman -S --noconfirm percona-server-clients
RUN apt-get update && \
apt-get install -y mariadb-client-10.1
RUN dnf install -y mariadb-3
RUN apt-get update && \
apt-get install -y mariadb-client-5.5