Skip to content
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

Invalid signature during installation of OpenCV dependencies #4

Closed
efemenoserime opened this issue Apr 17, 2020 · 1 comment
Closed

Comments

@efemenoserime
Copy link

efemenoserime commented Apr 17, 2020

The build process returns an error when trying to install the packages listed in the .fakecam/Dockerfile
starting at line 5.

Step 1/9 : FROM python:3
3: Pulling from library/python
Digest: sha256:3df040cc8e804b731a9e98c82e2bc5cf3c979d78288c28df4f54bbdc18dbb521
Status: Downloaded newer image for python:3
---> b55669b4130e
Step 2/9 : RUN pip install --upgrade pip
---> Using cache
---> 422cb4859c68
Step 3/9 : RUN apt-get update &&   apt-get install -y   `# opencv requirements`   libsm6 libxext6 libxrender-dev   `# opencv video opening requirements`   libv4l-dev
---> Running in 9d3af7efff8d
Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
Err:2 http://security.debian.org/debian-security buster/updates InRelease
At least one invalid signature was encountered.
Err:1 http://deb.debian.org/debian buster InRelease
At least one invalid signature was encountered.
Err:3 http://deb.debian.org/debian buster-updates InRelease
At least one invalid signature was encountered.
Reading package lists...
W: GPG error: http://security.debian.org/debian-security buster/updates InRelease: At least one invalid signature was encountered.
E: The repository 'http://security.debian.org/debian-security buster/updates InRelease' is not signed.
W: GPG error: http://deb.debian.org/debian buster InRelease: At least one invalid signature was encountered.
E: The repository 'http://deb.debian.org/debian buster InRelease' is not signed.
W: GPG error: http://deb.debian.org/debian buster-updates InRelease: At least one invalid signature was encountered.
E: The repository 'http://deb.debian.org/debian buster-updates InRelease' is not signed.
The command '/bin/sh -c apt-get update &&   apt-get install -y   `# opencv requirements`   libsm6 libxext6 libxrender-dev   `# opencv video opening requirements`   libv4l-dev' returned a non-zero code: 100

Any suggestions how to fix this?

@fangfufu
Copy link
Owner

Delete the intermediate images and try again? Looks like Debian package's signatures are out of date. It might be a transient problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants