From 2a8bb78b6f0d2c3163d506a48d9818d1d2aa911f Mon Sep 17 00:00:00 2001 From: Guelakais <koroyeldiores@gmail.com> Date: Sat, 18 Nov 2023 18:23:29 +0100 Subject: [PATCH] added missing fuse dependency --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 676ae0e..c4460b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN pip install ros2-numpy RUN apt install ros-humble-ros2bag ros-humble-rosbag2-storage-default-plugins libfuse2 -y RUN apt install python3-colcon-common-extensions -y RUN apt install wget -y +RUN apt install fuse -y # get Rust RUN curl https://sh.rustup.rs -sSf | bash -s -- -y RUN pip3 install opengen -- GitLab