From 8b94f732b9910adfbfba4ff8994a75bc4a0e3e25 Mon Sep 17 00:00:00 2001 From: Thies Lennart Alff Date: Wed, 21 Aug 2024 08:49:15 +0200 Subject: [PATCH] update --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 199b397..acd117a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,8 +74,10 @@ RUN apt-get update \ ros-${ROS_DISTR}-simple-launch \ ros-${ROS_DISTR}-slider-publisher \ ros-${ROS_DISTR}-ament-cmake-clang-format \ + ros-${ROS_DISTR}-ros-gz \ pre-commit \ - # && pip3 install transforms3d \ + python3-transforms3d \ + && pip3 install --no-cache --force-reinstall pre-commit \ # && rosdep install --from-paths /ros2_underlay/src -y --ignore-src \ # && rosdep install --from paths /ros2/src -y --ignore-src \ && apt-get autoremove -y \