anantmulchandani commented on issue #23057: URL: https://github.com/apache/superset/issues/23057#issuecomment-2567336637
### Instructions for Dockerfile Changes If you are using the **non-dev (prod)** setup, follow the documentation to make changes to your Dockerfile: [Custom Dockerfile modification for using Firefox](https://superset.apache.org/docs/configuration/alerts-reports#custom-dockerfile) --- Otherwise as an easy alternative here’s what I did to fix the issue: Change the line `FROM lean AS ci` line in your Dockerfile to: ```dockerfile FROM dev AS ci ``` Then build the image again. -- 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]
