mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
add libmysqlclient-dev installation
This commit is contained in:
@@ -12,6 +12,9 @@ export ACCEPT_EULA=Y
|
||||
# Install MySQL Client
|
||||
apt-get install mysql-client -y
|
||||
|
||||
# InstallMySQL database development files
|
||||
apt-get install libmysqlclient-dev
|
||||
|
||||
# Install MySQL Server
|
||||
MYSQL_ROOT_PASSWORD=root
|
||||
echo "mysql-server mysql-server/root_password password $MYSQL_ROOT_PASSWORD" | debconf-set-selections
|
||||
|
||||
Reference in New Issue
Block a user