kaxil commented on a change in pull request #11247:
URL: https://github.com/apache/airflow/pull/11247#discussion_r499184141



##########
File path: scripts/docker/install_mysql.sh
##########
@@ -50,6 +50,7 @@ if [[ ${INSTALL_MYSQL_CLIENT:="true"} == "true" ]]; then
     gpgconf --kill all
     rm -rf "${GNUPGHOME}"
     apt-key list > /dev/null
+    echo "deb http://repo.mysql.com/apt/debian/ buster mysql-5.7" | tee -a 
/etc/apt/sources.list.d/mysql.list

Review comment:
       Yeah I tried locally, basically, the `libmysqlclient20` was MySQL 5.7 
only so the "Build image" step was failing initially. But should work now 🤞 .
   
   I am just trying to keep both but yeah, might remove 5.7 if it is totally 
compatible




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to