ros-perception / image_common

Common code for working with images in ROS
http://www.ros.org/wiki/image_common
129 stars 223 forks source link

problem importing source into a docker container #206

Open griz1112 opened 3 years ago

griz1112 commented 3 years ago

Trying to build a docker container using image_common ros2 branch. I'm using this command in the Dockerfile. git clone --branch ros2 https://github.com/ros_perception/image_common.git However the build fails when github asks for a password. I'm doing the same thing with several other ros2 packages and don't see this issue.