dosubot[bot] commented on issue #31714: URL: https://github.com/apache/superset/issues/31714#issuecomment-2572065852
<!-- Greeting --> @fhrl94 你好!我是[Dosu](https://dosu.dev),一个可以帮助你解决bug、回答问题,并成为贡献者的机器人。我会在等待人类维护者的过程中帮助你。 <!-- Answer --> I found a similar closed issue where a solution was suggested for a Docker build problem. The solution involved adding missing packages to the Dockerfile: ```dockerfile RUN apt-get update RUN apt-get install -y python3 make gcc g++ ``` This might help resolve the error you're encountering with the `npm run build` command <sup>[[1]](https://github.com/apache/superset/issues/25148)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/2d1c960d-1175-47b2-a7b6-bba227375844?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/2d1c960d-1175-47b2-a7b6-bba227375844?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/2d1c960d-1175-47b2-a7b6-bba227375844?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/2d1c960d-1175-47b2-a7b6-bba227375844?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/2d1c960d-1175-47b2-a7b6-bba227375844?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/2d1c960d-1175-47b2-a7b6-bba227375844?feedback_type=other)</sup> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
