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