env/linux-x86-bookworm: add less
Using perf without less is somewhat annoying.
Change-Id: Ia1472dafb390cd095ce5e015cb5f9f2c2473c3f7
Reviewed-on: https://go-review.googlesource.com/c/build/+/566976
Auto-Submit: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
diff --git a/env/linux-x86-bookworm/Dockerfile b/env/linux-x86-bookworm/Dockerfile
index 5a8aa59..3d9bba3 100644
--- a/env/linux-x86-bookworm/Dockerfile
+++ b/env/linux-x86-bookworm/Dockerfile
@@ -17,6 +17,7 @@
# gdb: optionally used by runtime tests for gdb
# gfortran: for compiling cgo with fortran support (multilib for 386)
# git: git VCS supported by cmd/go
+# less: misc basic tool
# libc6-dev-i386: for 32-bit builds
# libc6-dev: for building Go's bootstrap 'dist' prog
# libgles2-mesa-dev: required by x/mobile repo
@@ -46,6 +47,7 @@
git \
iptables \
iproute2 \
+ less \
libc6-dev \
libc6-dev-i386 \
libgles2-mesa-dev \