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 have an Orange Pi Pro 5. I have:
Distributor ID: Ubuntu Description: Ubuntu 24.04 LTS Release: 24.04 Codename: noble
When I run ./build.sh
I get the following error:
[webserver 2/16] RUN apt-get -y update --fix-missing && apt-get upgrade -y && apt-get --no-install-recommends install -y apt-utils && rm -rf /var/lib/apt/lists/*: 0.415 Ign:1 http://deb.debian.org/debian bookworm InRelease 0.415 Ign:2 http://deb.debian.org/debian bookworm-updates InRelease 0.415 Ign:3 http://deb.debian.org/debian-security bookworm-security InRelease 1.423 Ign:1 http://deb.debian.org/debian bookworm InRelease 1.423 Ign:2 http://deb.debian.org/debian bookworm-updates InRelease 1.423 Ign:3 http://deb.debian.org/debian-security bookworm-security InRelease 3.418 Ign:1 http://deb.debian.org/debian bookworm InRelease 3.418 Ign:2 http://deb.debian.org/debian bookworm-updates InRelease 3.419 Ign:3 http://deb.debian.org/debian-security bookworm-security InRelease 7.421 Err:1 http://deb.debian.org/debian bookworm InRelease 7.421 Temporary failure resolving 'deb.debian.org' 7.421 Err:2 http://deb.debian.org/debian bookworm-updates InRelease 7.421 Temporary failure resolving 'deb.debian.org' 7.422 Err:3 http://deb.debian.org/debian-security bookworm-security InRelease 7.422 Temporary failure resolving 'deb.debian.org' 7.431 Reading package lists... 7.466 W: Failed to fetch http://deb.debian.org/debian/dists/bookworm/InRelease Temporary failure resolving 'deb.debian.org' 7.466 W: Failed to fetch http://deb.debian.org/debian/dists/bookworm-updates/InRelease Temporary failure resolving 'deb.debian.org' 7.466 W: Failed to fetch http://deb.debian.org/debian-security/dists/bookworm-security/InRelease Temporary failure resolving 'deb.debian.org' 7.466 W: Some index files failed to download. They have been ignored, or old ones used instead. 7.482 Reading package lists... 7.502 Building dependency tree... 7.503 Reading state information... 7.505 Calculating upgrade... 7.513 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 7.524 Reading package lists... 7.543 Building dependency tree... 7.544 Reading state information... 7.545 Package apt-utils is not available, but is referred to by another package. 7.545 This may mean that the package is missing, has been obsoleted, or 7.545 is only available from another source 7.545 However the following packages replace it: 7.545 apt 7.545 7.545 E: Package 'apt-utils' has no installation candidate
failed to solve: process "/bin/sh -c apt-get -y update --fix-missing && apt-get upgrade -y && apt-get --no-install-recommends install -y apt-utils && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Any idea how to fix that?
Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have an Orange Pi Pro 5. I have:
Distributor ID: Ubuntu
Description: Ubuntu 24.04 LTS
Release: 24.04
Codename: noble
When I run ./build.sh
I get the following error:
=> CACHED [webserver 1/16] FROM docker.io/library/php:8.3-apache-bookworm@sha256:40cd2e419da2f9c660f09796b195ba493d2d753d14718481b14a4b 0.0s
=> ERROR [webserver 2/16] RUN apt-get -y update --fix-missing && apt-get upgrade -y && apt-get --no-install-recommends install 7.7s
failed to solve: process "/bin/sh -c apt-get -y update --fix-missing && apt-get upgrade -y && apt-get --no-install-recommends install -y apt-utils && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Any idea how to fix that?
Thanks in advance
The text was updated successfully, but these errors were encountered: