Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into sort-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Nov 20, 2024
2 parents d2d9991 + d47d832 commit d80cd52
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,7 @@ RUN source /opt/ros/$ROS_DISTRO/setup.bash && \
git checkout ${RMW_ZENOH_GIT_REF} && \
cd - && \
if [[ "$(lsb_release -r | awk '{print $2}')" == "22.04" ]]; then \
git clone https://github.com/eProsima/Fast-CDR.git /opt/ws_rmw_zenoh/src/Fast-CDR && \
cd /opt/ws_rmw_zenoh/src/Fast-CDR && \
git checkout 2.2.x && \
cd - ; \
git clone -b 2.2.x https://github.com/eProsima/Fast-CDR.git /opt/ws_rmw_zenoh/src/Fast-CDR ; \
fi && \
rosdep init || true && \
rosdep update --rosdistro $ROS_DISTRO && \
Expand Down

0 comments on commit d80cd52

Please sign in to comment.