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
Hi. I'm trying to get this library to work inside of a docker container running Linux, but it fails to locate Chrome.exe, logging the error message System.IO.FileNotFoundException: Could not find chrome.exe in location ''
I've tried a few different ways of installing Chrome, but run into the same issue regardless. The console output when docker is building doesn't throw any exceptions when installing it and it looks to me as if it's successful, but once it's completed I can't locate it anywhere. A whereis google-chrome shows nothing, and I can't find it when looking manually either under usr/bin and other paths.
I've also tried adding the --no-sandbox argument to the converter just in case, but it didn't help either.
I'm not very experienced with Linux or Docker, so I'm not sure it's a problem with the library itself, but I'm really struggling in locating the culprit so any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
It was caused by a clumsy beginner mistake of the apt-get installation being within the context of the builder, not the final build in the Dockerfile. So it was completely unrelated to the library itself.
Hi. I'm trying to get this library to work inside of a docker container running Linux, but it fails to locate Chrome.exe, logging the error message
System.IO.FileNotFoundException: Could not find chrome.exe in location ''
I've tried a few different ways of installing Chrome, but run into the same issue regardless. The console output when docker is building doesn't throw any exceptions when installing it and it looks to me as if it's successful, but once it's completed I can't locate it anywhere. A
whereis google-chrome
shows nothing, and I can't find it when looking manually either underusr/bin
and other paths.I've also tried adding the
--no-sandbox
argument to the converter just in case, but it didn't help either.My dockerfile looks like this:
I'm not very experienced with Linux or Docker, so I'm not sure it's a problem with the library itself, but I'm really struggling in locating the culprit so any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: