fix: install library needed to connect to new servers
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
#
|
#
|
||||||
# MySQL install tools
|
# MySQL install tools
|
||||||
# Install mysql and mysqldump to container
|
# Install mysql and mysqldump to container
|
||||||
|
# - mariadb-client (mariadb tools)
|
||||||
|
# - mariadb-connector-c (fills the gap with new sha password protocol)
|
||||||
#
|
#
|
||||||
|
|
||||||
apk update && apk add mariadb-client;
|
apk update && apk add mariadb-client mariadb-connector-c;
|
||||||
Reference in New Issue
Block a user