6 lines
143 B
Text
6 lines
143 B
Text
![]() |
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
|