Update docker-install.sh

Update to default-mysql-client
This commit is contained in:
Chase Wright 2021-03-15 13:06:18 -05:00 committed by GitHub
parent cef02d5633
commit 552f50eaf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ fi
# Install Stuff
apt-get update
apt-get -y install docker-ce docker-ce-cli containerd.io mysql-client wget
apt-get -y install docker-ce docker-ce-cli containerd.io default-mysql-client wget
if [ $? -ne 0 ]; then
echo "Failed to install apt prerequisites docker-ce docker-ce-cli containerd.io mysql-client wget"