瀏覽代碼

Merge pull request #1149 from mikaelarguedas/patch-1

[ros] [typo] add missing '\' in example Dockerfile
Tianon Gravi 7 年之前
父節點
當前提交
ac310efb01
共有 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/