There was an error while loading. Please reload this page.
1 parent 14e0206 commit 189f35aCopy full SHA for 189f35a
1 file changed
Dockerfile/Dockerfile
@@ -12,7 +12,8 @@ RUN mkdir -p /home/ros2_ws/src \
12
fi \
13
&& rosdep update \
14
&& apt-get update \
15
- && rosdep install --from-paths ./ -i -y --rosdistro ${ROS_DISTRO}
+ && rosdep install --from-paths ./ -i -y --rosdistro ${ROS_DISTRO} \
16
+ && rm -rf /var/lib/apt/lists/*
17
18
RUN cd /home/ros2_ws/ \
19
&& . /opt/ros/"${ROS_DISTRO}"/setup.sh \
0 commit comments