tugraph-analytics icon indicating copy to clipboard operation
tugraph-analytics copied to clipboard

The user's own mysql fails to build the image

Open ymhys opened this issue 4 months ago • 1 comments

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

ymhys avatar Aug 01 '25 05:08 ymhys

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.

Leomrlin avatar Aug 01 '25 09:08 Leomrlin