aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/test
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <lidiz@google.com>2018-10-19 11:09:53 -0700
committerGravatar Lidi Zheng <lidiz@google.com>2018-10-19 11:09:53 -0700
commit21ea6718cb1988e5b3ee2e0a48baf84093f0a716 (patch)
tree9415f1011a55ed028c027e90ade6655740795b6d /tools/dockerfile/test
parent4b593bd08457b7ded8376c3bfcd7d0f9ac0101bf (diff)
Add '-y'
Diffstat (limited to 'tools/dockerfile/test')
-rw-r--r--tools/dockerfile/test/python_testing_x64/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/test/python_testing_x64/Dockerfile b/tools/dockerfile/test/python_testing_x64/Dockerfile
index 1606f86e1b..addc5b2958 100644
--- a/tools/dockerfile/test/python_testing_x64/Dockerfile
+++ b/tools/dockerfile/test/python_testing_x64/Dockerfile
@@ -71,7 +71,7 @@ RUN pip install --upgrade google-api-python-client oauth2client
# Install Python 3
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 python2.7 python3.7
+RUN apt-get update && apt-get -t testing install -y python2.7 python3.7
RUN mkdir /var/local/jenkins