@@ -1,3 +1,6 @@
# docker_ros_gazebo
-Daten und Informationen zur Erstellung eines Docker-Image für Ros und Gazebo
+Daten und Informationen zur Erstellung eines Docker-Image für Ros und Gazebo
+
+Links:
+https://github.com/weihangChen/ros_docker_gui
@@ -0,0 +1,6 @@
+FROM ros:noetic
+RUN apt-get update && \
+ apt-get upgrade -y && \
+ apt-get install -y ros-noetic-gazebo-ros-pkgs
+CMD ["/bin/bash"]
@@ -0,0 +1,7 @@
+ apt-get install -y firefox && \