We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When I try to build 3.10/bullseye, the docker build fails with:
$ docker build . 1.032 + mktemp -d 1.034 + GNUPGHOME=/tmp/tmp.gTMrYgtVQ2 1.034 + export GNUPGHOME 1.034 + gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys E3FF2839C048B25C084DEBE9B26995E310250568 1.037 gpg: keybox '/tmp/tmp.gTMrYgtVQ2/pubring.kbx' created 2.782 gpg: /tmp/tmp.gTMrYgtVQ2/trustdb.gpg: trustdb created 2.782 gpg: key B26995E310250568: public key "Łukasz Langa (GPG langa.pl) <lukasz@langa.pl>" imported 2.784 gpg: Total number processed: 1 2.784 gpg: imported: 1 2.789 + gpg --batch --verify python.tar.xz.asc python.tar.xz 2.892 gpg: Signature made Thu Mar 21 07:55:53 2024 UTC 2.892 gpg: using RSA key CFDCA245B1043CF2A5F97865FFE87404168BD847 2.892 gpg: Can't check signature: No public key
python/3.10/bullseye/Dockerfile
Line 35 in f2406ed
The text was updated successfully, but these errors were encountered:
Yep, this is expected; see #912 👍
Looks like it's time to go back the other direction. 🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When I try to build 3.10/bullseye, the docker build fails with:
python/3.10/bullseye/Dockerfile
Line 35 in f2406ed
The text was updated successfully, but these errors were encountered: