blob: f4a8d558319b8688fe8289b87f57beabd54e5cfe [file] [log] [blame]
FROM ubuntu:16.04
ENV no_proxy "localhost,127.0.0.1,.cluster.local,$KUBERNETES_SERVICE_HOST"
# Setup Corporate proxy
ENV https_proxy http://genproxy.amdocs.com:8080/
ENV http_proxy http://genproxy.amdocs.com:8080/
RUN apt-get update
RUN apt-get install -y host dnsutils
VOLUME /ubuntu-init