aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <lidiz@google.com>2018-10-22 10:39:20 -0700
committerGravatar Lidi Zheng <lidiz@google.com>2018-10-22 10:39:20 -0700
commit1a74f991e1a7d39a609e7b127194649cb36e96c8 (patch)
tree84aef2466087d8d71f1a5d8832ce7117e4fb1478 /templates
parentbfe2d8153df127508a8105361fbf1d4623dc1657 (diff)
Rename Dockerfile && fix typo
Diffstat (limited to 'templates')
-rw-r--r--templates/tools/dockerfile/test/python_stretch_x64/Dockerfile.template (renamed from templates/tools/dockerfile/test/python_testing_x64/Dockerfile.template)4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/tools/dockerfile/test/python_testing_x64/Dockerfile.template b/templates/tools/dockerfile/test/python_stretch_x64/Dockerfile.template
index 563edd38a6..b897cace1e 100644
--- a/templates/tools/dockerfile/test/python_testing_x64/Dockerfile.template
+++ b/templates/tools/dockerfile/test/python_stretch_x64/Dockerfile.template
@@ -1,6 +1,6 @@
%YAML 1.2
--- |
- # Copyright 2016 gRPC authors.
+ # Copyright 2018 gRPC authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
<%include file="../../apt_get_basic.include"/>
<%include file="../../gcp_api_libraries.include"/>
- # Install Python Versions from Debain 'testing' repository
+ # Install Python Versions from Debian 'testing' repository
RUN echo 'deb http://ftp.de.debian.org/debian testing main' >> /etc/apt/sources.list
RUN echo 'APT::Default-Release "stable";' | tee -a /etc/apt/apt.conf.d/00local
RUN apt-get update && apt-get -t testing install -y python2.7 python3.5 python3.6 python3.7 python-all-dev python3-all-dev