Dockerfile 167 B

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