Fix more spelling mistakes

This commit is contained in:
Alex Davies 2024-03-06 16:50:44 -04:00
parent 0dced59f95
commit c5bef41f72

View File

@ -19,7 +19,7 @@ COPY {{SOURCE}} .
WORKDIR /root/catkin_ws
RUN /bin/bash -c "source /opt/ros/noetic/setup.bash && rosdep init"
RUN /bin/bash -c "source /opt/ros/noetic/setup.bash && rosdep update"
RUN /bin/bash -c "source /opt/ros/noetic/setup.bash && rosdep instll --from-paths src -y"
RUN /bin/bash -c "source /opt/ros/noetic/setup.bash && rosdep install --from-paths src -y"
RUN /bin/bash -c "source /opt/ros/noetic/setup.bash && catkin_make"
RUN /bin/bash -c "source /opt/ros/noetic/setup.bash && catkin_make install"