Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
bat \
bzip2 \
curl \
dhcpcd5 \
dnsmasq \
dnsutils \
exa \
Expand All @@ -80,10 +81,13 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
htop \
i2c-tools \
ifmetric \
isc-dhcp-client \
# Note: Remove iotop if htop is newer 3.2+
iotop \
iproute2 \
iperf3 \
iproute2 \
iptables \
iputils-ping \
iw \
jq \
Expand All @@ -95,12 +99,14 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
nano \
net-tools \
nginx \
nmap \
parallel \
rsync \
screen \
ssh \
sshpass \
sudo \
systemd \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not in the pointed script

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But is on master in bluerobotics/blueos, I believe that the pointed link is wrong.

tmux \
tree \
unzip \
Expand Down