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 && \