medamin001 commented on issue #36231: URL: https://github.com/apache/airflow/issues/36231#issuecomment-1930646899
> sudo rm /etc/apt/trusted.gpg.d/mysql2023 This fixed the issue, thank you @pilipe-ar sudo wget https://repo.mysql.com/RPM-GPG-KEY-mysql-2023 -O /etc/apt/trusted.gpg.d/mysql2023 sudo gpg --dearmor /etc/apt/trusted.gpg.d/mysql2023 sudo rm /etc/apt/trusted.gpg.d/mysql2023 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
