hadabot / hadabot_main

Content used in collaboration with various Hadabot blog posts to get guide you through learning ROS2.
https://blog.hadabot.com
GNU General Public License v3.0
37 stars 19 forks source link

gpg: no valid OpenPGP data found. #18

Closed df700000 closed 3 years ago

df700000 commented 3 years ago

When I type "docker-compose up -d",it outputs gpg: no valid OpenPGP data found.

ERROR: Service 'hadabot_ros2_codeserver_service' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y locales curl gnupg2 lsb-release wget git sudo unzip && locale-gen en_US en_US.UTF-8 && update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && export LANG=en_US.UTF-8 && curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | apt-key add - && sh -c 'echo "deb http://packages.ros.org/ros2/ubuntu lsb_release -cs main" > /etc/apt/sources.list.d/ros2-latest.list' && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 2 Snipaste_2021-04-27_11-54-18