Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

apt-get update fails with The repository 'http://dl.google.com/linux/chrome/deb stable Release' does not have a Release file. #163

Open
niemyjski opened this issue Sep 1, 2021 · 0 comments

Comments

@niemyjski
Copy link

niemyjski commented Sep 1, 2021

I'm noticing failures when trying to install git via apt-get. The update is failing on github actions (https://github.com/exceptionless/Exceptionless.UI/runs/3484994833?check_suite_focus=true) when trying to do an apt-get update. This works locally on windows 10. Has anyone else ran into this?

FROM buildkite/puppeteer:10.0.0 AS base
WORKDIR /app

RUN apt-get update \
     && apt-get install -y git --no-install-recommends
Status: Downloaded newer image for buildkite/puppeteer:10.0.0
 ---> 764e9db1678f
Step 2/25 : WORKDIR /app
 ---> Running in 74dad1964bae
Removing intermediate container 74dad1964bae
 ---> e13f4e555ebd
Step 3/25 : RUN apt-get update      && apt-get install -y git --no-install-recommends
 ---> Running in 21abc8e3912c

Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Err:5 http://dl.google.com/linux/chrome/deb stable Release
  404  Not Found [IP: 142.251.33.206 80]
Get:6 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:7 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
Get:8 http://security.debian.org/debian-security buster/updates/main amd64 Packages [302 kB]
Reading package lists...
E: The repository 'http://dl.google.com/linux/chrome/deb stable Release' does not have a Release file.
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
The command '/bin/sh -c apt update      && apt-get update      && apt-get install -y git --no-install-recommends' returned a non-zero code: 100
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant