aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2016-10-11 13:49:23 -0700
committerGravatar Matt Kwong <mattkwong@google.com>2016-10-11 13:49:23 -0700
commit41c06a2ed563e31add33212dd861f554fc426c2b (patch)
tree778bea12986703f42db8899d5527b2c3e998ecbc /templates/tools
parent8bed8c853fbfe9f10d379b1bd731c2835d50a2c9 (diff)
move changes from dockerfile to template
Diffstat (limited to 'templates/tools')
-rw-r--r--templates/tools/dockerfile/test/cxx_wheezy_x64/Dockerfile.template6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/tools/dockerfile/test/cxx_wheezy_x64/Dockerfile.template b/templates/tools/dockerfile/test/cxx_wheezy_x64/Dockerfile.template
index b6a3b0d5d2..5c38e9a0e9 100644
--- a/templates/tools/dockerfile/test/cxx_wheezy_x64/Dockerfile.template
+++ b/templates/tools/dockerfile/test/cxx_wheezy_x64/Dockerfile.template
@@ -41,6 +41,12 @@
g++-4.4 ${'\\'}
g++-4.4-multilib
+ # set up backport to allow installation of Git version > 1.7
+ RUN echo "deb http://http.debian.net/debian wheezy-backports main" \
+ >/etc/apt/sources.list.d/wheezy-backports.list
+ RUN apt-get update -qq
+ RUN apt-get -t wheezy-backports install -qq git
+
RUN wget ${openssl_fallback.base_uri + openssl_fallback.tarball}
ENV POST_GIT_STEP tools/dockerfile/test/cxx_wheezy_x64/post-git-setup.sh