env: add git to linux-x86-bullseye
The linux-amd64-perf builder uses the bullseye image and requires git.
While we're here, add a comment for make, which I missed.
Change-Id: I8809b759b5e8e9a3f35f1054fbf6b175119012af
Reviewed-on: https://go-review.googlesource.com/c/build/+/383155
Trust: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Trust: Carlos Amedee <carlos@golang.org>
diff --git a/env/linux-x86-bullseye/Dockerfile b/env/linux-x86-bullseye/Dockerfile
index 6fa1085..5e732ed 100644
--- a/env/linux-x86-bullseye/Dockerfile
+++ b/env/linux-x86-bullseye/Dockerfile
@@ -14,11 +14,13 @@
# gcc: for building Go's bootstrap 'dist' prog
# gdb: optionally used by runtime tests for gdb
# gfortran: for compiling cgo with fortran support (multilib for 386)
+# git: used for setting up benchmarks in the x/benchmarks builders
# libc6-dev-i386: for 32-bit builds
# libc6-dev: for building Go's bootstrap 'dist' prog
# libgles2-mesa-dev: required by x/mobile repo
# libopenal-dev: required by x/mobile repo
# lsof: misc basic tool
+# make: used for setting up benchmarks in the x/benchmark builders
# netbase: for net package tests, issue 42750
# procps: misc basic tool
# psmisc: misc basic tool
@@ -33,6 +35,7 @@
gdb \
gfortran \
gfortran-multilib \
+ git \
iptables \
libc6-dev \
libc6-dev-i386 \