From 76653bd07b4329d8ed34a21d5178e03ab6edd572 Mon Sep 17 00:00:00 2001 From: VishGit1234 Date: Sun, 17 Nov 2024 00:54:03 +0000 Subject: [PATCH] fix ci failure --- docker/infrastructure/foxglove/foxglove.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/infrastructure/foxglove/foxglove.Dockerfile b/docker/infrastructure/foxglove/foxglove.Dockerfile index 4ae96c17..a8d95176 100644 --- a/docker/infrastructure/foxglove/foxglove.Dockerfile +++ b/docker/infrastructure/foxglove/foxglove.Dockerfile @@ -10,6 +10,7 @@ COPY src/wato_msgs wato_msgs # Copy in CARLA messages RUN git clone --depth 1 https://github.com/carla-simulator/ros-carla-msgs.git --branch 1.3.0 +RUN rm ${AMENT_WS}/src/ros-carla-msgs/CONTRIBUTING.md # Scan for rosdeps RUN apt-get -qq update && rosdep update && \