Docker: sh: 1: source: not found

Share:

Error

sh: 1: source: not found

Solution

Add "bash -c" to the Dockerfile.

RUN bash -c "source /opt/ros/kinetic/setup.bash" 

yubao_blog_cover

Post a Comment