Skip to content

Commit e760adf

Browse files
Fix bug in Dockerfile
remove -e flag from echo to not add it to bashrc
1 parent cd3a8ea commit e760adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY src/ros2_rust/docker/rosidl_rust_setup.sh /
2222
RUN ./rosidl_rust_setup.sh
2323

2424
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
25+
RUN echo "\nsource /opt/ros/${ROS_DISTRO}/setup.sh" >> /root/.bashrc
2626
WORKDIR /workspace
2727

2828

0 commit comments

Comments
 (0)