moved dockerfiles to folders for automated builds with docker hub
This commit is contained in:
15
debian-8/Dockerfile
Normal file
15
debian-8/Dockerfile
Normal file
@ -0,0 +1,15 @@
|
||||
FROM debian:8
|
||||
|
||||
RUN apt-get -q update \
|
||||
&& apt-get -yq install --no-install-recommends \
|
||||
build-essential \
|
||||
libffi-dev \
|
||||
libssl-dev \
|
||||
python \
|
||||
python-dev \
|
||||
python-pip \
|
||||
&& apt-get autoclean \
|
||||
&& pip install --quiet --upgrade \
|
||||
ansible
|
||||
|
||||
CMD ["ansible-playbook", "--help"]
|
Reference in New Issue
Block a user