diff --git a/docker/infrastructure/foxglove/foxglove.Dockerfile b/docker/infrastructure/foxglove/foxglove.Dockerfile index a8d95176..1a2c1ae6 100644 --- a/docker/infrastructure/foxglove/foxglove.Dockerfile +++ b/docker/infrastructure/foxglove/foxglove.Dockerfile @@ -10,7 +10,8 @@ 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 +# Update CONTRIBUTING.md to pass ament_copyright test +COPY src/wato_msgs/simulation/mit_contributing.txt ${AMENT_WS}/src/ros-carla-msgs/CONTRIBUTING.md # Scan for rosdeps RUN apt-get -qq update && rosdep update && \ @@ -69,6 +70,6 @@ FROM build as deploy # Source Cleanup and Security Setup RUN chown -R $USER:$USER ${AMENT_WS} -RUN rm -rf src/* +# RUN rm -rf src/* USER ${USER} diff --git a/src/wato_msgs/simulation/mit_contributing.txt b/src/wato_msgs/simulation/mit_contributing.txt new file mode 100644 index 00000000..9eee72fe --- /dev/null +++ b/src/wato_msgs/simulation/mit_contributing.txt @@ -0,0 +1,3 @@ +Any contribution that you make to this repository will +be under the MIT license, as dictated by that +[license](https://opensource.org/licenses/MIT).