Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set -e

EOF

FROM bluerobotics/blueos-base:0.2.2 AS base
FROM bluerobotics/blueos-base:0.2.4 AS base

# Download binaries
FROM base AS download-binaries
Expand Down
5 changes: 3 additions & 2 deletions core/tools/install-system-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ parallel --halt now,fail=1 '/home/pi/tools/{}/bootstrap.sh' ::: "${TOOLS[@]}"
# Tools that uses apt to do the installation
# APT is terrible like pip and don't know how to handle parallel installation
# These should periodically be moved onto the base image
apt update && apt install -y --no-install-recommends dhcpcd5 iptables iproute2 isc-dhcp-client nmap systemd
apt clean && rm -rf /var/lib/apt/lists/*

# apt update && apt install -y --no-install-recommends [your latest forgotten packages here]
# clean && rm -rf /var/lib/apt/lists/*