Skip to content

Commit

Permalink
remove sudo for arm dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Oct 24, 2024
1 parent 9345bd9 commit 8095517
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docker/jazzy.arm64v8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ extras/repos/dave.$ROS_DISTRO.repos
RUN vcs import --shallow --input "/home/$USER/dave_ws/dave.repos"

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

# Build dave workspace
WORKDIR $DAVE_UNDERLAY
Expand Down

0 comments on commit 8095517

Please sign in to comment.