k3s/test/images/jessie-dnsutils/Dockerfile

7 lines
147 B
Docker
Raw Normal View History

FROM debian:jessie
MAINTAINER Abhishek Shah "abshah@google.com"
RUN apt-get -q update && \
apt-get install -y dnsutils && \
apt-get clean