mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-03 08:40:18 +01:00
Issue #61: Dockerfile, not shell script.
This commit is contained in:
parent
c1f932a641
commit
1526d4f74c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM ubuntu:12.04
|
FROM ubuntu:12.04
|
||||||
|
|
||||||
# Add `apt-add-repository`.
|
# Add `apt-add-repository`.
|
||||||
sudo apt-get install python-software-properties
|
RUN 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
|
||||||
|
|
Loading…
Reference in a new issue