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
Step 1/17 : FROM debian:11 ---> 20473158e8b3 Step 2/17 : ARG DEBIAN_FRONTEND=noninteractive ---> Using cache ---> 7f3d8fcdddce Step 3/17 : RUN apt-get update && apt-get -y install python3 python3-dev python3-dev python3-pip python3-venv ---> Running in 461ae734d8d8 Err:1 http://deb.debian.org/debian bullseye InRelease Temporary failure resolving 'deb.debian.org' Err:2 http://deb.debian.org/debian-security bullseye-security InRelease Temporary failure resolving 'deb.debian.org' Err:3 http://deb.debian.org/debian bullseye-updates InRelease Temporary failure resolving 'deb.debian.org' Reading package lists... �[91mW: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch http://deb.debian.org/debian-security/dists/bullseye-security/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch http://deb.debian.org/debian/dists/bullseye-updates/InRelease Temporary failure resolving 'deb.debian.org' W: Some index files failed to download. They have been ignored, or old ones used instead. �[0m Reading package lists... Building dependency tree... Reading state information... �[91mE: Unable to locate package python3 E: Unable to locate package python3-dev E: Unable to locate package python3-dev E: Unable to locate package python3-pip E: Unable to locate package python3-venv �[0m The command '/bin/sh -c apt-get update && apt-get -y install python3 python3-dev python3-dev python3-pip python3-venv' returned a non-zero code: 100
The text was updated successfully, but these errors were encountered:
Is it still free?
Sorry, something went wrong.
No branches or pull requests
Step 1/17 : FROM debian:11
---> 20473158e8b3
Step 2/17 : ARG DEBIAN_FRONTEND=noninteractive
---> Using cache
---> 7f3d8fcdddce
Step 3/17 : RUN apt-get update && apt-get -y install python3 python3-dev python3-dev python3-pip python3-venv
---> Running in 461ae734d8d8
Err:1 http://deb.debian.org/debian bullseye InRelease Temporary failure resolving 'deb.debian.org'
Err:2 http://deb.debian.org/debian-security bullseye-security InRelease Temporary failure resolving 'deb.debian.org'
Err:3 http://deb.debian.org/debian bullseye-updates InRelease Temporary failure resolving 'deb.debian.org'
Reading package lists...
�[91mW: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch http://deb.debian.org/debian-security/dists/bullseye-security/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch http://deb.debian.org/debian/dists/bullseye-updates/InRelease Temporary failure resolving 'deb.debian.org' W: Some index files failed to download. They have been ignored, or old ones used instead. �[0m
Reading package lists...
Building dependency tree...
Reading state information...
�[91mE: Unable to locate package python3 E: Unable to locate package python3-dev E: Unable to locate package python3-dev E: Unable to locate package python3-pip E: Unable to locate package python3-venv �[0m
The command '/bin/sh -c apt-get update && apt-get -y install python3 python3-dev python3-dev python3-pip python3-venv' returned a non-zero code: 100
The text was updated successfully, but these errors were encountered: