Skip to content

Commit

Permalink
Update prebuilt Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Nov 15, 2024
1 parent a75264b commit 219149d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prebuilt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN vcs import . < crane/dependency_${ROS_DISTRO}.repos

RUN rosdep update && \
rosdep install -iy --from-paths . && \
rm -rf /var/lib/apt/lists/
sudo rm -rf /var/lib/apt/lists/

RUN cd .. && \
source /opt/ros/humble/setup.bash && \
Expand Down

0 comments on commit 219149d

Please sign in to comment.