Skip to content

Commit

Permalink
feat: Add cloc, gdb and tmux to developer layer
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Feb 17, 2024
1 parent 5849f80 commit 4ee44d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/ros/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,16 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y \
ack \
cloc \
gdb \
htop \
iperf3 \
iputils-ping \
mlocate \
net-tools \
psmisc \
python3-vcstool \
tmux \
&& rm -rf /var/lib/apt/lists/*

RUN apt-get update \
Expand Down
3 changes: 3 additions & 0 deletions templates/ros2/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,16 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y \
ack \
cloc \
gdb \
htop \
iperf3 \
iputils-ping \
mlocate \
net-tools \
psmisc \
python3-vcstool \
tmux \
&& rm -rf /var/lib/apt/lists/*

RUN apt-get update \
Expand Down

0 comments on commit 4ee44d4

Please sign in to comment.