k3s/test/images/dnsutils/Dockerfile

7 lines
145 B
Docker
Raw Normal View History

2015-05-07 07:29:26 +00:00
FROM debian:wheezy
MAINTAINER Tim Hockin "thockin@google.com"
RUN apt-get -q update && \
apt-get install -y dnsutils && \
apt-get clean