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
Hello. :)
I built image from this repository April 22, 2021 and start it successfully. Today - May 07, 2021 I restart container and received error:
Get:184 http://deb.debian.org/debian buster/main amd64 libxft2 amd64 2.3.2-2 [57.2 kB] Get:185 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB] Get:186 http://deb.debian.org/debian buster/main amd64 libxv1 amd64 2:1.0.11-1 [24.6 kB] Get:187 http://deb.debian.org/debian buster/main amd64 libxxf86dga1 amd64 2:1.1.4-1+b3 [22.1 kB] Get:188 http://deb.debian.org/debian buster/main amd64 x11-utils amd64 7.7+4 [202 kB] Get:189 http://deb.debian.org/debian buster/main amd64 xdg-utils all 1.1.3-1+deb10u1 [73.7 kB] Fetched 77.5 MB in 1s (81.5 MB/s) E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/c/chromium/chromium_89.0.4389.114-1~deb10u1_amd64.deb 404 Not Found [IP: 199.232.26.132 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
As I can see chromium_89.0.4389.114 - is not present more, Actual is:
root@c515a1037d66:/usr/local/tomcat# apt info chromium Package: chromium Version: 90.0.4430.93-1~deb10u1 Priority: optional Section: web Maintainer: Debian Chromium Team <[email protected]> Installed-Size: 198 MB
I see the reason on command that try install chromium based on old debian package db:
js-docker/scripts/chromium-setup.sh
Line 30 in cb49f87
Please add installation of chromium to Dockerfile
Thank you.
The text was updated successfully, but these errors were encountered:
We were having the same issue. Updating chromium-setup.sh by adding apt-get update before line 30 in our forked private repo fixed it.
apt-get update
From searching the repo, this seems to be the only instance of apt-get that doesn't install.
apt-get
Sorry, something went wrong.
No branches or pull requests
Hello. :)
I built image from this repository April 22, 2021 and start it successfully.
Today - May 07, 2021 I restart container and received error:
As I can see chromium_89.0.4389.114 - is not present more,
Actual is:
I see the reason on command that try install chromium based on old debian package db:
js-docker/scripts/chromium-setup.sh
Line 30 in cb49f87
Please add installation of chromium to Dockerfile
Thank you.
The text was updated successfully, but these errors were encountered: