Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jyjblrd committed May 2, 2024
1 parent 10ac270 commit 5b20bc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ RUN sudo apt install -y ros-humble-cv-bridge
# install interactive_markers
RUN sudo apt install -y ros-humble-interactive-markers

# install image_transport
RUN sudo apt install -y ros-humble-image-transport

# Build part II project
RUN apt-get update && yes | apt-get install libboost-all-dev
RUN cd /opt/root_ws \
Expand Down

0 comments on commit 5b20bc2

Please sign in to comment.