Преглед изворни кода

[typo] add missing '\' in example Dockerfile

Mikael Arguedas пре 7 година
родитељ
комит
dceacdfc96
1 измењених фајлова са 1 додато и 1 уклоњено
  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/