mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 11:00: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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue