Skip to content

Commit

Permalink
fix reference to package in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Jun 28, 2017
1 parent 64cb0e5 commit 203bcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN echo "deb http://packages.osrfoundation.org/gazebo/ubuntu `lsb_release -cs`
RUN mkdir -p /tmp/workspace/src
COPY prius_description /tmp/workspace/src/prius_description
COPY prius_msgs /tmp/workspace/src/prius_msgs
COPY prius_plugin /tmp/workspace/src/prius_plugins
COPY car_demo /tmp/workspace/src/car_demo
RUN /bin/bash -c 'cd /tmp/workspace \
&& source /opt/ros/kinetic/setup.bash \
&& catkin_make'
Expand Down

0 comments on commit 203bcdf

Please sign in to comment.