blob: 779a7fa92138dcbc2e5bd64136cdd0ea071bcee7 [file] [log] [blame]
Mandeep Khindad6ea9872017-06-24 11:49:37 -04001FROM ubuntu:16.04
2
3ENV no_proxy "localhost,127.0.0.1,.cluster.local,$KUBERNETES_SERVICE_HOST"
4# Setup Corporate proxy
barak131c2a42017-06-27 02:45:02 +03005ENV https_proxy ${HTTPS_PROXY}
6ENV http_proxy ${HTTP_PROXY}
Mandeep Khindad6ea9872017-06-24 11:49:37 -04007
8RUN apt-get update
9RUN apt-get install -y host dnsutils
10
11VOLUME /ubuntu-init