Skip to content

Commit f80dd0c

Browse files
committed
🐋 update msg dockerfile
1 parent ddc6512 commit f80dd0c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

MsgDockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ RUN apt-get update && apt-get install -y \
3232

3333
# Download, install and configure rosjava
3434
WORKDIR /
35-
RUN ["/bin/bash","-c","mkdir -p ~/rosjava/src && wstool init -j4 ~/rosjava/src https://raw.githubusercontent.com/rosjava/rosjava/kinetic/rosjava.rosinstall && source /opt/ros/kinetic/setup.bash && cd ~/rosjava/ && sudo rosdep init && rosdep update && rosdep install --from-paths src -i -y && catkin_make"]
35+
RUN ["/bin/bash","-c","mkdir -p ~/rosjava/src && \
36+
wstool init -j4 ~/rosjava/src https://raw.githubusercontent.com/rosjava/rosjava/kinetic/rosjava.rosinstall && \
37+
source /opt/ros/kinetic/setup.bash && \
38+
cd ~/rosjava/ && rosdep init && \
39+
rosdep update && rosdep install --from-paths src -i -y -r && catkin_make"]
3640

3741
RUN [ "/bin/bash","-c","source /opt/ros/kinetic/setup.bash && \
3842
mkdir -p /jason_ros_ws/src && \

0 commit comments

Comments
 (0)