Skip to content

Commit

Permalink
Merge branch 'ardusub_install' into dockertest
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Sep 18, 2024
2 parents 1919ca7 + e7c0879 commit ca9a23a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .docker/jazzy.arm64v8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,10 @@ RUN wget -O /home/$USER/dave_ws/dave.repos -q https://raw.githubusercontent.com/
extras/repos/dave.$ROS_DISTRO.repos
RUN vcs import --shallow --input "/home/$USER/dave_ws/dave.repos"

RUN sudo rosdep init && \
sudo rosdep update --rosdistro $ROS_DISTRO

# hadolint ignore=DL3027
RUN sudo apt update && sudo apt --fix-broken install && \
sudo rosdep install --rosdistro $ROS_DISTRO -iy --from-paths . && \
sudo rosdep init && rosdep update --rosdistro $ROS_DISTRO && \
rosdep install --rosdistro $ROS_DISTRO -iy --from-paths . && \
sudo rm -rf /var/lib/apt/lists/

# Build dave workspace
Expand Down

0 comments on commit ca9a23a

Please sign in to comment.