From afa380c20b9709c9d3148bddd70644ad3fbdf738 Mon Sep 17 00:00:00 2001 From: Thies Lennart Alff Date: Wed, 5 Jun 2024 14:05:31 +0200 Subject: [PATCH] added clang-format dependency --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e1767ec..199b397 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,6 +73,7 @@ RUN apt-get update \ ros-${ROS_DISTR}-rviz-2d-overlay-plugins \ ros-${ROS_DISTR}-simple-launch \ ros-${ROS_DISTR}-slider-publisher \ + ros-${ROS_DISTR}-ament-cmake-clang-format \ pre-commit \ # && pip3 install transforms3d \ # && rosdep install --from-paths /ros2_underlay/src -y --ignore-src \