You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
use api/Dockerfile
wen execute RUN apt-get update
report many errors like this
Err:1 http://deb.debian.org/debian bookworm InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY F8D2585B8783D481
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Err:2 http://deb.debian.org/debian bookworm-updates InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
I tried some methods, but they didn't work
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9
report errors
�[91mE: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
�[0mThe command '/bin/sh -c apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 0E98404D386FA1D9' returned a non-zero code: 255
but i cant use “ apt-get install -y --no-install-recommends gnupg “ brfore apt-get update
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
use api/Dockerfile
wen execute RUN apt-get update
report many errors like this
Err:1 http://deb.debian.org/debian bookworm InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY F8D2585B8783D481
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Err:2 http://deb.debian.org/debian bookworm-updates InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131
I tried some methods, but they didn't work
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9
report errors
�[91mE: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
�[0mThe command '/bin/sh -c apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 0E98404D386FA1D9' returned a non-zero code: 255
but i cant use “ apt-get install -y --no-install-recommends gnupg “ brfore apt-get update
Help me, thank you
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions