mirror of https://github.com/k3s-io/k3s
7 lines
145 B
Docker
7 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
|