From ef1906153ad59c32ea754e1954c89bf56be2bd7a Mon Sep 17 00:00:00 2001 From: Lukas Zanger <113989586+lukaszanger@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:33:41 +0100 Subject: [PATCH] Modify comment Co-authored-by: Lennart Reiher --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index e7825c4..86da21c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -283,7 +283,7 @@ RUN if [[ -x "$(command -v colcon)" ]]; then \ ############ run ############################################################### FROM dependencies-install AS run -# remove source folder +# remove source code, if still existing from custom.sh modifications RUN rm -rf $WORKSPACE/src # copy ROS install space from build stage