Delete Dockerfile

This commit is contained in:
Łukasz Oleś 2015-09-04 14:26:33 +02:00
parent 73dafdc10f
commit 543d96b491

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