fix: missing mariadb scripts

This commit is contained in:
2024-10-22 14:54:11 -03:00
parent 7319a6fcb7
commit aaceb570af
2 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#! /bin/sh
#
# MySQL install tools
# Install mysql and mysqldump to container
#
apk update && apk add mariadb-client;