Merge pull request #112 from Mirantis/loles-patch-1

Delete Dockerfile
This commit is contained in:
Jędrzej Nowak 2015-09-04 14:36:26 +02:00
commit 784a0918f2
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
FROM debian:jessie
MAINTAINER Andrew Woodward awoodward@mirantis.com
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get -y install --fix-missing \
curl \
ssh \
sudo \
ansible \
python-pip
ADD . /vagrant/
WORKDIR /vagrant
RUN ansible-playbook -i "localhost," -c local main.yml
VOLUME /vagrant