FROM ubuntu:trusty

RUN apt-get update

RUN apt-get install -y --force-yes ansible python-apt

add ./geocontext-build.1.init.yaml /host-files/geocontext-build.1.init.yaml
add ./apt-sources.list.d /host-files/apt-sources.list.d

RUN ansible-playbook -i "localhost," /host-files/geocontext-build.1.init.yaml --connection=local

