You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/05/07 16:16:32 UTC

[GitHub] [incubator-superset] Fingerzam commented on issue #7466: Dockerfile does not install browser and web driver, preventing emailer from working

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org