Skip to content

Commit

Permalink
fix rosdep install on iron
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsadok committed Dec 18, 2024
1 parent dc6f6c2 commit 27b15cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/iron-remote/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN sudo apt update && sudo apt upgrade -y
RUN sudo apt install -y git

# Rosdep update
RUN rosdep update
RUN rosdep update --include-eol-distros

# Source the ROS setup file
RUN echo "source /opt/ros/${ROS_DISTRO}/setup.bash" >> ~/.bashrc
2 changes: 1 addition & 1 deletion .devcontainer/iron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN sudo apt update && sudo apt upgrade -y
RUN sudo apt install -y git

# Rosdep update
RUN rosdep update
RUN rosdep update --include-eol-distros

# Source the ROS setup file
RUN echo "source /opt/ros/${ROS_DISTRO}/setup.bash" >> ~/.bashrc

0 comments on commit 27b15cb

Please sign in to comment.