Explorar el Código

[typo] add missing '\' in example Dockerfile

Mikael Arguedas hace 7 años
padre
commit
dceacdfc96
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ros/content.md

+ 1 - 1
ros/content.md

@@ -71,7 +71,7 @@ If we want our all ROS nodes to easily talk to each other, we'll can use a virtu
 ```dockerfile
 FROM %%IMAGE%%:indigo-ros-base
 # install ros tutorials packages
-RUN apt-get update && apt-get install -y
+RUN apt-get update && apt-get install -y \
     ros-indigo-ros-tutorials \
     ros-indigo-common-tutorials \
     && rm -rf /var/lib/apt/lists/