Skip to content

Commit

Permalink
fix: release rosdep changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlenny committed Jan 16, 2025
1 parent 77eb222 commit c736061
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 @@ -115,7 +115,7 @@ RUN pip install pre-commit
# Install Greenroom fork of bloom
RUN pip install https://github.com/Greenroom-Robotics/bloom/archive/refs/heads/gr.zip

# Install Greenroom's rosdep fork which allows installation from URLs and specific versions with downgrades
# Install Greenroom's rosdep fork which allows installation from URLs, version pinning and downgrades
RUN apt-get remove python3-rosdep -y
RUN pip install -U https://github.com/Greenroom-Robotics/rosdep/archive/refs/heads/greenroom.zip

Expand Down

0 comments on commit c736061

Please sign in to comment.