Skip to content

Commit 1e500b0

Browse files
convert all files with dos2unix (#76)
1 parent 4402d31 commit 1e500b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tutorials/pick_and_place/docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ COPY ./ROS/src/ros_tcp_endpoint $ROS_WORKSPACE/src/ros_tcp_endpoint
1616
COPY ./docker/set-up-workspace /setup.sh
1717
COPY docker/tutorial /
1818

19+
RUN /bin/bash -c "find $ROS_WORKSPACE -type f -print0 | xargs -0 dos2unix"
20+
1921
RUN dos2unix /tutorial && dos2unix /setup.sh && chmod +x /setup.sh && /setup.sh && rm /setup.sh
2022

2123
ENTRYPOINT ["/tutorial"]

0 commit comments

Comments
 (0)