-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
Can't install packages in balenalib/raspberrypi3-debian #785
Comments
hey @Joseph-Melberg, I couldn't reproduce this on my end or our servers, could be something wrong with the upstream repo at that time, can you please try again now? |
I pulled the latest balenalib/raspberrypi3-debian, ran the install_packages curl after OS: Raspbian GNU/Linux 10 (buster) armv7l Any idea what I am doing wrong? |
I am also experiencing this issue with a Raspberry Pi4 Tried balenalib/rpi-debian and balenalib/rpi-raspbian both give the same problem on "apt-get update"
|
Hey @pvbaudin, can you please share with us more details like what is the host OS? or what is the Docker version you are using and so on? Since I cannot reproduce your issue on my end
|
Hardware: Raspberry Pi 4 Tried using install_packages in dockerfile, also tried apt-get update in dockerfile and in interactive shell. Tried manually downloading GPG key. nothing worked. |
This worked for me, from https://copyprogramming.com/howto/atleast-one-invalid-signature-was-encountered For Raspbian, upgrade libseccomp manually on the host system by using:
Note that this is to be done on the host, not within the Dockerfile |
I pulled the latest, my DockerFile has Run install_packages curl jq
When it runs, I get
Step 2/7 : RUN install_packages curl jq ---> Running in c8dc2a0fee34 W: GPG error: http://deb.debian.org/debian bullseye InRelease: At least one invalid signature was encountered. E: The repository 'http://deb.debian.org/debian bullseye InRelease' is not signed. W: GPG error: http://deb.debian.org/debian-security bullseye-security InRelease: At least one invalid signature was encountered. E: The repository 'http://deb.debian.org/debian-security bullseye-security InRelease' is not signed. W: GPG error: http://deb.debian.org/debian bullseye-updates InRelease: At least one invalid signature was encountered. E: The repository 'http://deb.debian.org/debian bullseye-updates InRelease' is not signed. W: GPG error: http://archive.raspberrypi.org/debian bullseye InRelease: At least one invalid signature was encountered. E: The repository 'http://archive.raspberrypi.org/debian bullseye InRelease' is not signed. W: GPG error: http://archive.raspbian.org/raspbian bullseye InRelease: At least one invalid signature was encountered. E: The repository 'http://archive.raspbian.org/raspbian bullseye InRelease' is not signed. apt failed, retrying W: GPG error: http://deb.debian.org/debian bullseye InRelease: At least one invalid signature was encountered. E: The repository 'http://deb.debian.org/debian bullseye InRelease' is not signed. W: GPG error: http://deb.debian.org/debian-security bullseye-security InRelease: At least one invalid signature was encountered. E: The repository 'http://deb.debian.org/debian-security bullseye-security InRelease' is not signed. W: GPG error: http://deb.debian.org/debian bullseye-updates InRelease: At least one invalid signature was encountered. E: The repository 'http://deb.debian.org/debian bullseye-updates InRelease' is not signed. W: GPG error: http://archive.raspbian.org/raspbian bullseye InRelease: At least one invalid signature was encountered. E: The repository 'http://archive.raspbian.org/raspbian bullseye InRelease' is not signed. W: GPG error: http://archive.raspberrypi.org/debian bullseye InRelease: At least one invalid signature was encountered. E: The repository 'http://archive.raspberrypi.org/debian bullseye InRelease' is not signed. apt failed, retrying
Am i doing something wrong?
The text was updated successfully, but these errors were encountered: