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
Hi, I'm getting the following error:
Step 2/10 : RUN apt-get update ---> Running in c76f22718bd5 Get:1 http://deb.debian.org/debian bookworm InRelease [157 kB] Get:2 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:3 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8470 kB] Fetched 8724 kB in 7s (1287 kB/s) Reading package lists... E: Problem executing scripts APT::Update::Post-Invoke 'rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true' E: Sub-process returned an error code The command '/bin/sh -c apt-get update' returned a non-zero code: 100 2022/08/30 15:16:45 containers.go:48: failed to build osmium container: exit status 100
When I run "apt-get update" outside of the container, it exits w/o error.
The text was updated successfully, but these errors were encountered:
Which linux distro version did you do your testing on? I can try that first, instead of you trying to figure out what's wrong on my system. Thanks!
Sorry, something went wrong.
No branches or pull requests
Hi, I'm getting the following error:
When I run "apt-get update" outside of the container, it exits w/o error.
The text was updated successfully, but these errors were encountered: