Issue #61: Dockerfile, not shell script.

This commit is contained in:
Jeff Geerling 2015-12-13 15:37:43 -06:00
parent c1f932a641
commit 1526d4f74c

View file

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