You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you so much for maintaining the elixir images ❤️
Trying to install chromedriver turned out to be way more complicated than I was hoping for. I'm a n00b, so it took help and a few hours of my time.
The formula I was using required sudo (not installed), and google-chrome, also not installed.
I'm a n00b in these kinds of things, but please consider bundling at leastsudo (for standard and alpine) and ideally google-chome-stable and chromedriver (maybe just for alpine?)
This is using the non-slim version. My quest was even more complicated because it took a while to realize I was using the -slim version, so was also missing wget, curl, unzip, gnupg. Some documentation about the slim vs alpine vs "standard" version would be welcome.
Let me know if (and how) I can help.
FWIW, here's what I ended up using in my github action:
First, thank you so much for maintaining the elixir images ❤️
Trying to install
chromedriver
turned out to be way more complicated than I was hoping for. I'm a n00b, so it took help and a few hours of my time.The formula I was using required
sudo
(not installed), andgoogle-chrome
, also not installed.I'm a n00b in these kinds of things, but please consider bundling at least
sudo
(for standard and alpine) and ideallygoogle-chome-stable
andchromedriver
(maybe just for alpine?)This is using the non-
slim
version. My quest was even more complicated because it took a while to realize I was using the-slim
version, so was also missingwget
,curl
,unzip
,gnupg
. Some documentation about theslim
vsalpine
vs "standard" version would be welcome.Let me know if (and how) I can help.
FWIW, here's what I ended up using in my github action:
The text was updated successfully, but these errors were encountered: