We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4402d31 commit 1e500b0Copy full SHA for 1e500b0
1 file changed
tutorials/pick_and_place/docker/Dockerfile
@@ -16,6 +16,8 @@ COPY ./ROS/src/ros_tcp_endpoint $ROS_WORKSPACE/src/ros_tcp_endpoint
16
COPY ./docker/set-up-workspace /setup.sh
17
COPY docker/tutorial /
18
19
+RUN /bin/bash -c "find $ROS_WORKSPACE -type f -print0 | xargs -0 dos2unix"
20
+
21
RUN dos2unix /tutorial && dos2unix /setup.sh && chmod +x /setup.sh && /setup.sh && rm /setup.sh
22
23
ENTRYPOINT ["/tutorial"]
0 commit comments