Skip to content
Snippets Groups Projects
Commit 2a8bb78b authored by Guelakais's avatar Guelakais
Browse files

added missing fuse dependency

parent 2a7c7ac2
Branches
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment