Open JonasZaoui2 opened 4 weeks ago
I add those lines to the Dockerfile,
RUN apt-get install -y wget
RUN wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
RUN apt-get install -y ./google-chrome-stable_current_amd64.deb
And now it's running. But i got an error of crashing page.. it's running locally, but on Docker container crashing error appeared.
Hello ! When i run my script locally, it's running, but when i use docker container, i got this error :
This is my Dockerfile ;
And this is my line error code :
I dont understand why webdiver-manager did not deal with version mismatching, and how fix this error.
Thanks