mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-23 23:29:52 -04:00
6 lines
145 B
Docker
6 lines
145 B
Docker
FROM debian:wheezy
|
|
MAINTAINER Tim Hockin "thockin@google.com"
|
|
|
|
RUN apt-get -q update && \
|
|
apt-get install -y dnsutils && \
|
|
apt-get clean
|