Home Docker Docker: sh: 1: source: not found Docker: sh: 1: source: not found Yubao June 10, 2020 0 comments Share: Facebook Twitter Pinterest Whatsapp Error sh: 1: source: not found Solution Add "bash -c" to the Dockerfile. RUN bash -c "source /opt/ros/kinetic/setup.bash" You Might Also Like Realsense: install realsense SDK in DockerJune 24, 2020Docker: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'June 19, 2020Docker: [Error] libGL error: failed to load driver: swrastJune 10, 2020 Post a Comment