Fingerzam commented on issue #7466: Dockerfile does not install browser and web driver, preventing emailer from working URL: https://github.com/apache/incubator-superset/issues/7466#issuecomment-490148436 This issue can be fixed by adding ``` RUN apt-get update && apt-get install -y firefox-esr RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz RUN tar -x geckodriver -zf geckodriver-v0.24.0-linux64.tar.gz -O > /usr/bin/geckodriver RUN chmod +x /usr/bin/geckodriver RUN rm geckodriver-v0.24.0-linux64.tar.gz ``` to the Dockerfile
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
