FROM debian:wheezy
MAINTAINER Tim Hockin "thockin@google.com"

RUN apt-get -q update && \
    apt-get install -y dnsutils && \
    apt-get clean
