Install apt-add-repository

This commit is contained in:
Bert Van Vreckem 2015-12-14 00:15:55 +01:00
parent a24482638b
commit 5ca9ccc7c3

View file

@ -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