From 5ca9ccc7c3641248042af3982be33d28567886cd Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Mon, 14 Dec 2015 00:15:55 +0100 Subject: [PATCH] Install apt-add-repository --- tests/Dockerfile.ubuntu-12.04 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dockerfile.ubuntu-12.04 b/tests/Dockerfile.ubuntu-12.04 index d8b373e..71534b6 100644 --- a/tests/Dockerfile.ubuntu-12.04 +++ b/tests/Dockerfile.ubuntu-12.04 @@ -1,6 +1,6 @@ FROM ubuntu:12.04 # Install Ansible -RUN apt-get install -y software-properties-common git +RUN apt-get install -y python-software-properties software-properties-common git RUN apt-add-repository -y ppa:ansible/ansible RUN apt-get update RUN apt-get install -y ansible