mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-21 11:30:22 +01:00
Issue #61: Fix Ubuntu 12.04 Dockerfile.
This commit is contained in:
parent
1526d4f74c
commit
e5d0d58ffe
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue