cypress-docker-images icon indicating copy to clipboard operation
cypress-docker-images copied to clipboard

Unable to install chrome 103 version with cypress 10.11.0 docker image

Open vaibhavganatra opened this issue 3 years ago • 0 comments

Unable to install chrome 103 version with cypress 10.11.0 version

##[error]The command '/bin/sh -c apt-get update --fix-missing &&     apt-get install -y software-properties-common &&     apt-get install -y ./cypress/fixtures/chromedriver-103.deb &&     echo "deb http://deb.debian.org/debian/ unstable main contrib non-free" >> /etc/apt/sources.list.d/debian.list && ' returned a non-zero code: 100
##[error]The process '/usr/bin/docker' failed with exit code 100

vaibhavganatra avatar Oct 26 '22 13:10 vaibhavganatra