6 lines
193 B
Docker
6 lines
193 B
Docker
FROM osrf/ros:humble-desktop-full
|
|
|
|
RUN apt-get -y update
|
|
RUN apt-get -y upgrade
|
|
RUN apt-get -y install ros-humble-ur ros-humble-ros2controlcli nmap neovim tmux git nano iproute2 inetutils-ping
|