Open CommitSithLord opened 10 months ago
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?
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?