Skip to content

Commit

Permalink
feat: Add bmon for network monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Nov 6, 2024
1 parent ccc1269 commit 39f12e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/ros/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y \
ack \
bmon \
cloc \
gdb \
htop \
Expand Down
1 change: 1 addition & 0 deletions templates/ros2/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y \
ack \
bmon \
cloc \
gdb \
htop \
Expand Down

0 comments on commit 39f12e0

Please sign in to comment.