#! /bin/sh # # MySQL install tools # Install mysql and mysqldump to container # apk update && apk add mysql-client;