Smaller ROS base
This commit is contained in:
parent
c24f093b89
commit
4a657643df
|
@ -16,7 +16,7 @@ RUN sh -c 'add-apt-repository "deb [arch=amd64] https://download.docker.com/linu
|
||||||
RUN sh -c "curl -sSL http://get.gazebosim.org | sh"
|
RUN sh -c "curl -sSL http://get.gazebosim.org | sh"
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install ros-$ROS_DISTRO-desktop-full -y
|
RUN apt-get install ros-$ROS_DISTRO-ros-base -y
|
||||||
RUN apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
|
RUN apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
|
||||||
RUN apt-get install ros-$ROS_DISTRO-gazebo-ros-pkgs ros-$ROS_DISTRO-gazebo-ros-control gazebo11 -y
|
RUN apt-get install ros-$ROS_DISTRO-gazebo-ros-pkgs ros-$ROS_DISTRO-gazebo-ros-control gazebo11 -y
|
||||||
RUN apt-get install ros-$ROS_DISTRO-mavros -y
|
RUN apt-get install ros-$ROS_DISTRO-mavros -y
|
||||||
|
|
Loading…
Reference in New Issue