소스 검색

Run update.sh

Docker Library Bot 8 년 전
부모
커밋
d683bdc4f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ros/README.md

+ 1 - 1
ros/README.md

@@ -138,7 +138,7 @@ If we want our all ROS nodes to easily talk to each other, we'll can use a virtu
 ```dockerfile
 FROM ros: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/