aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/test/python_stretch_35_x64/Dockerfile.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tools/dockerfile/test/python_stretch_35_x64/Dockerfile.template')
-rw-r--r--templates/tools/dockerfile/test/python_stretch_35_x64/Dockerfile.template7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/tools/dockerfile/test/python_stretch_35_x64/Dockerfile.template b/templates/tools/dockerfile/test/python_stretch_35_x64/Dockerfile.template
index 34beaa8a49..e339bb5ced 100644
--- a/templates/tools/dockerfile/test/python_stretch_35_x64/Dockerfile.template
+++ b/templates/tools/dockerfile/test/python_stretch_35_x64/Dockerfile.template
@@ -1,6 +1,6 @@
%YAML 1.2
--- |
- # Copyright 2018 gRPC authors.
+ # Copyright 2018 The gRPC authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -18,10 +18,9 @@
<%include file="../../apt_get_basic.include"/>
<%include file="../../gcp_api_libraries.include"/>
+ <%include file="../../apt_get_python_27.include"/>
- RUN apt-get update && apt-get install -y python2.7 python3.5 python-all-dev python3-all-dev
-
- RUN curl https://bootstrap.pypa.io/get-pip.py | python2.7
+ RUN apt-get update && apt-get install -y python3.5 python3-all-dev
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.5
<%include file="../../run_tests_addons.include"/>