# Ryu SDN Example Guest -- to work with KiwiPycon 2014 example
# 

FROM ubuntu:14.04
MAINTAINER Ewen McNeill <ewen@naos.co.nz>

RUN apt-get update
RUN apt-get install -qy --no-install-recommends dnsutils
