Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored Dec 5, 2024
1 parent 3bfc01c commit 6f79414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN sudo apt-get install wget && \
# Set up colcon workspace and install wbc_ros
RUN mkdir -p /ros2_ws/src
WORKDIR /ros2_ws
RUN vcs import src --input https://raw.githubusercontent.com/ARC-OPT/wbc_ros/jazzy/repos.yaml && \
RUN vcs import src --input https://raw.githubusercontent.com/ARC-OPT/wbc_ros/${ROS_DISTRO}/repos.yaml && \
rosdep install --from-paths src -i -r -y && \
source /opt/ros/${ROS_DISTRO}/setup.bash && \
colcon build --symlink-install && \
Expand Down

0 comments on commit 6f79414

Please sign in to comment.