mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-10 07:53:29 +01:00
Issue #61: Ensure apt-add-repository is present on Ubuntu 12.04.
This commit is contained in:
parent
fda9e90f9d
commit
c1f932a641
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
FROM ubuntu:12.04
|
FROM ubuntu:12.04
|
||||||
|
|
||||||
|
# Add `apt-add-repository`.
|
||||||
|
sudo apt-get install python-software-properties
|
||||||
|
|
||||||
# Install Ansible
|
# Install Ansible
|
||||||
RUN apt-get install -y software-properties-common git
|
RUN apt-get install -y software-properties-common git
|
||||||
RUN apt-add-repository -y ppa:ansible/ansible
|
RUN apt-add-repository -y ppa:ansible/ansible
|
||||||
|
|
Loading…
Reference in a new issue