Skip to content

Commit

Permalink
Merge pull request #22 from osrf/update_docker_branches
Browse files Browse the repository at this point in the history
Update github branches in Dockerfile
  • Loading branch information
mabelzhang authored Nov 23, 2020
2 parents 9ac3612 + 304f431 commit f4c8289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vorc_server/vorc-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ RUN mkdir -p vorc_ws/src
# TODO(mabelzhang): Clone master branches once merged!
RUN /bin/sh -c 'echo "Cloning git repos..."'
RUN cd /home/$USER/vorc_ws/src \
&& git clone -b install_for_docker https://github.com/osrf/vrx.git \
&& git clone -b for_vorc_docker https://github.com/osrf/vorc.git
&& git clone https://github.com/osrf/vrx.git \
&& git clone https://github.com/osrf/vorc.git

# Compile VRX and VORC
#RUN /bin/bash -c ". /opt/ros/${DIST}/setup.bash && cd vorc_ws && colcon build"
Expand Down

0 comments on commit f4c8289

Please sign in to comment.