We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey all, anyone got updated repo for this? I am trying to run this but it does not work
while building the image I am getting- ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y gnupg wget curl unzip --no-install-recommends && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo \"deb http://dl.google.com/linux/chrome/deb/ stable main\" >> /etc/apt/sources.list.d/google.list && apt-get update -y && apt-get install -y google-chrome-stable && CHROMEVER=$(google-chrome --product-version | grep -o \"[^\\.]*\\.[^\\.]*\\.[^\\.]*\") && DRIVERVER=$(curl -s \"https://chromedriver.storage.googleapis.com/LATEST_RELEASE_$CHROMEVER\") && wget -q --continue \"http://chromedriver.storage.googleapis.com/$DRIVERVER/chromedriver_linux64.zip\" && unzip chromedriver* && pwd && ls" did not complete successfully: exit code: 8
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y gnupg wget curl unzip --no-install-recommends && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo \"deb http://dl.google.com/linux/chrome/deb/ stable main\" >> /etc/apt/sources.list.d/google.list && apt-get update -y && apt-get install -y google-chrome-stable && CHROMEVER=$(google-chrome --product-version | grep -o \"[^\\.]*\\.[^\\.]*\\.[^\\.]*\") && DRIVERVER=$(curl -s \"https://chromedriver.storage.googleapis.com/LATEST_RELEASE_$CHROMEVER\") && wget -q --continue \"http://chromedriver.storage.googleapis.com/$DRIVERVER/chromedriver_linux64.zip\" && unzip chromedriver* && pwd && ls" did not complete successfully: exit code: 8
any idea?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey all, anyone got updated repo for this?
I am trying to run this but it does not work
while building the image I am getting-
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y gnupg wget curl unzip --no-install-recommends && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo \"deb http://dl.google.com/linux/chrome/deb/ stable main\" >> /etc/apt/sources.list.d/google.list && apt-get update -y && apt-get install -y google-chrome-stable && CHROMEVER=$(google-chrome --product-version | grep -o \"[^\\.]*\\.[^\\.]*\\.[^\\.]*\") && DRIVERVER=$(curl -s \"https://chromedriver.storage.googleapis.com/LATEST_RELEASE_$CHROMEVER\") && wget -q --continue \"http://chromedriver.storage.googleapis.com/$DRIVERVER/chromedriver_linux64.zip\" && unzip chromedriver* && pwd && ls" did not complete successfully: exit code: 8
any idea?
The text was updated successfully, but these errors were encountered: