Skip to content

Commit

Permalink
Install gdb for launching ros launch files
Browse files Browse the repository at this point in the history
using the ROS VS Code extension
- ms-iot/vscode-ros#588
  • Loading branch information
ruffsl committed Apr 4, 2023
1 parent 01d91ca commit 37b09d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ RUN mv /etc/apt/apt.conf.d/docker-clean /etc/apt/
# install developer dependencies
RUN apt-get update && \
apt-get install -y \
bash-completion
bash-completion \
gdb

# source underlay for shell
RUN echo 'source "$UNDERLAY_WS/install/setup.bash"' >> /etc/bash.bashrc
Expand Down

0 comments on commit 37b09d0

Please sign in to comment.