Update my_example.Dockerfile

This commit is contained in:
bjoernellens1 2023-10-23 13:05:11 +02:00 committed by GitHub
parent 06336ba2e0
commit 24cdb64490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ RUN source /opt/ros/${ROS_DISTRO}/setup.bash \
&& apt-get update -y \ && apt-get update -y \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
ros-${ROS_DISTRO}-turtlesim \ ros-${ROS_DISTRO}-turtlesim \
ros-${ROS_DISTRO}-rqt \ ros-${ROS_DISTRO}-rqt
#&& rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y #&& rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y
RUN source /opt/ros/${ROS_DISTRO}/setup.bash \ RUN source /opt/ros/${ROS_DISTRO}/setup.bash \
&& colcon build --symlink-install \ && colcon build --symlink-install \