ROS-Dynamic-Executor-Experi.../Dockerfile

6 lines
143 B
Text
Raw Normal View History

2025-03-22 19:42:17 -04:00
FROM osrf/ros:foxy-desktop
RUN apt update && apt install -y ninja-build clang-18
RUN echo "source /opt/ros/foxy/setup.bash" >> /root/.bashrc