I’ve just had a very confusing time with a dockerfile
I wonder if it’s related to the cert error I see here
I’ve just had a very confusing time with a dockerfile
I wonder if it’s related to the cert error I see here
Adding
RUN apt-get update && apt-get install -y --no-install-recommends
-o Acquire::https::Verify-Peer=false
-o Acquire::https::Verify-Host=false \
And it now works, and probably isn’t at all sketchy.. So I think there probably is a cert problem
Are you sure it’s not just this issue? For me, and many others, this answer in that thread worked for fixing it.
Normally, apt packages are downloaded over http and not https, aren’t they? The integrity of the download is verified by checksum.
See SSL certificate problems with packages.ros.org?
I don’t believe anything has changed.