Skip to content

Commit

Permalink
Modify comment
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart Reiher <[email protected]>
  • Loading branch information
lukaszanger and lreiher authored Nov 19, 2024
1 parent ef19061 commit 47862e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ RUN source /opt/ros/$ROS_DISTRO/setup.bash && \
rm -rf /var/lib/apt/lists/* ; \
fi
# create new install space and move to it if $WORKSPACE/install exists
# move existing install space from base image to make room for new one
RUN if [[ -d $WORKSPACE/install ]]; then \
mkdir -p /opt/ws_base_image && \
mv $WORKSPACE/install /opt/ws_base_image/ && \
Expand Down

0 comments on commit 47862e4

Please sign in to comment.