mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-03 08:40:18 +01:00
Install apt-add-repository
This commit is contained in:
parent
a24482638b
commit
5ca9ccc7c3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM ubuntu:12.04
|
FROM ubuntu:12.04
|
||||||
# Install Ansible
|
# 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-add-repository -y ppa:ansible/ansible
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y ansible
|
RUN apt-get install -y ansible
|
||||||
|
|
Loading…
Reference in a new issue