ros2_jetson icon indicating copy to clipboard operation
ros2_jetson copied to clipboard

CA Certificate Update Patch

Open adfayed opened this issue 1 year ago • 0 comments

Added Dockerfile instructions to update ca certificates.

At the moment they are broken without updating certificates.

Error:

Step 12/52 : RUN curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
 ---> Running in 10b0a2963c2c
curl: (77) error setting certificate verify locations:
  CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
The command '/bin/sh -c curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg' returned a non-zero code: 77

adfayed avatar Dec 26 '23 20:12 adfayed