From 762c99f77c7f751ee90377c3199aa4745ac8a8c3 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Sun, 6 Mar 2016 07:48:38 -0500 Subject: [PATCH] Fixing centos6 docker image to upgrade jinja2 --- test/utils/docker/centos6/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/utils/docker/centos6/Dockerfile b/test/utils/docker/centos6/Dockerfile index d96267b1de..6ea062e843 100644 --- a/test/utils/docker/centos6/Dockerfile +++ b/test/utils/docker/centos6/Dockerfile @@ -25,6 +25,7 @@ RUN yum -y install \ python-pip \ python-setuptools \ python-virtualenv +RUN pip install --upgrade jinja2 RUN /bin/sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers RUN mkdir /etc/ansible/ RUN /bin/echo -e '[local]\nlocalhost ansible_connection=local' > /etc/ansible/hosts