aboutsummaryrefslogtreecommitdiff
path: root/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dockerfile/test/python_debian11_default_arm64/Dockerfile')
-rw-r--r--tools/dockerfile/test/python_debian11_default_arm64/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile b/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile
index 977de6aa99..a331f21cb1 100644
--- a/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile
+++ b/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile
@@ -63,6 +63,9 @@ RUN apt-get update && apt-get install -y python3.9 python3.9-dev python3-pip
# for Python test coverage reporting
RUN python3.9 -m pip install coverage
+# six is required by the run_tests.py test harness
+RUN python3.9 -m pip install six
+
# Google Cloud Platform API libraries
# These are needed for uploading test results to BigQuery (e.g. by tools/run_tests scripts)
RUN python3 -m pip install --upgrade google-auth==1.23.0 google-api-python-client==1.12.8 oauth2client==4.1.0