Issue #61: Fix Ubuntu 12.04 Dockerfile.

This commit is contained in:
Jeff Geerling 2015-12-13 20:11:16 -06:00
parent 1526d4f74c
commit e5d0d58ffe

View file

@ -1,10 +1,7 @@
FROM ubuntu:12.04
# Add `apt-add-repository`.
RUN apt-get install python-software-properties
# Install Ansible
RUN apt-get install -y software-properties-common git
RUN apt-get install -y software-properties-common python-software-properties git
RUN apt-add-repository -y ppa:ansible/ansible
RUN apt-get update
RUN apt-get install -y ansible