The user's own mysql fails to build the image
Describe the bug A clear and concise description of what the bug is. There is a mysql in the machine, and an error occurs when ./build.sh --module=geaflow-console
Expected behavior A clear and concise description of what you expected to happen. ERROR 【8/22】RUN apt-get install -y mysql-server
Additional context Add any other context about the problem here. Skip mysql installation, start the container and then enter the installation, it can be successful
Thank you for reporting this issue. We will consider fixing this MySQL installation problem in the build script.
As a temporary workaround, you can comment out the MySQL installation line in the Dockerfile and manually install MySQL after entering the container, as you mentioned.
We'll look into providing a more robust solution for the MySQL dependency installation in future updates.