We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3a8ea commit e760adfCopy full SHA for e760adf
Dockerfile
@@ -22,7 +22,7 @@ COPY src/ros2_rust/docker/rosidl_rust_setup.sh /
22
RUN ./rosidl_rust_setup.sh
23
24
RUN mkdir -p /workspace && echo "Did you forget to mount the repository into the Docker container?" > /workspace/HELLO.txt
25
-RUN echo -e "\nsource /opt/ros/${ROS_DISTRO}/setup.sh" >> /root/.bashrc
+RUN echo "\nsource /opt/ros/${ROS_DISTRO}/setup.sh" >> /root/.bashrc
26
WORKDIR /workspace
27
28
0 commit comments