Add debian 8 base image
This commit is contained in:
13
Dockerfile.debian-8
Normal file
13
Dockerfile.debian-8
Normal file
@ -0,0 +1,13 @@
|
||||
FROM debian:8
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y software-properties-common \
|
||||
&& apt-add-repository ppa:ansible/ansible \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
ansible \
|
||||
&& apt-get autoclean
|
||||
|
||||
WORKDIR /site
|
||||
|
||||
CMD ["ansible-playbook", "--help"]
|
Reference in New Issue
Block a user