GoogleChromeLabs / lighthousebot

Run Lighthouse in CI, as a web service, using Docker. Pass/Fail GH pull requests.
Apache License 2.0
2.24k stars 127 forks source link

Failing to build the docker container (Example) #63

Closed boyney123 closed 5 years ago

boyney123 commented 5 years ago

Getting some strange error when building the Docker image

image

Think the problem is in this line:

https://github.com/GoogleChromeLabs/lighthousebot/blob/master/builder/Dockerfile#L9

Has the location changed? http://dl.google.com/linux/chrome/deb/?

boyney123 commented 5 years ago

Just had a look around and this seems to fix the issue:

For anybody else interested:

https://github.com/boyney123/garie-lighthouse/blob/4c3aa1b4d68f7c3d89ba6c86a6318ca4f4229ae0/Dockerfile#L12