Dockerfile 134 B

123456
  1. FROM ros:noetic
  2. RUN apt-get update && \
  3. apt-get upgrade -y && \
  4. apt-get install -y ros-noetic-gazebo-ros-pkgs
  5. CMD ["/bin/bash"]