Skip to content

Commit 7ea2ed6

Browse files
authored
Comment on overwriting defaults to persist minimal cache
1 parent 5f3ac57 commit 7ea2ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ros/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ARG OVERLAY_WS=/opt/ros/overlay_ws
5151
FROM $FROM_IMAGE AS cacher
5252
ARG OVERLAY_WS
5353

54-
# update package cache
54+
# overwrite defaults to persist minimal cache
5555
RUN rosdep update --rosdistro $ROS_DISTRO && \
5656
cat <<EOF > /etc/apt/apt.conf.d/docker-clean && apt-get update
5757
APT::Install-Recommends "false";

0 commit comments

Comments
 (0)