aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/debian_testing_repo.include
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <scallopsky@gmail.com>2018-10-24 16:08:14 -0700
committerGravatar GitHub <noreply@github.com>2018-10-24 16:08:14 -0700
commitcd0c58d6740fc77d63138ce05e3c5a96c14ee2b2 (patch)
tree5a093d672d7afd3558f4e6fb27bd7b89b0f52185 /templates/tools/dockerfile/debian_testing_repo.include
parent2b54c93c652c912241e75d3abec02a1176cf03c7 (diff)
parenta62344e56ab43a0fa9fd382e7e465751261b4a39 (diff)
Merge pull request #16945 from lidizheng/update-python-3.7-dockerfile
Update Python 2.7/3.5/3.6/3.7 testing Dockerfile
Diffstat (limited to 'templates/tools/dockerfile/debian_testing_repo.include')
-rw-r--r--templates/tools/dockerfile/debian_testing_repo.include3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/tools/dockerfile/debian_testing_repo.include b/templates/tools/dockerfile/debian_testing_repo.include
new file mode 100644
index 0000000000..1a5248e226
--- /dev/null
+++ b/templates/tools/dockerfile/debian_testing_repo.include
@@ -0,0 +1,3 @@
+# Add 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