onap on kubernetes source files
[oom.git] / kubernetes / portal / docker / init / ubuntu / Dockerfile
1 FROM ubuntu:16.04
2
3 ENV no_proxy "localhost,127.0.0.1,.cluster.local,$KUBERNETES_SERVICE_HOST"
4 # Setup Corporate proxy
5 ENV https_proxy http://genproxy.amdocs.com:8080/
6 ENV http_proxy http://genproxy.amdocs.com:8080/
7
8 RUN apt-get update
9 RUN apt-get install -y host dnsutils
10
11 VOLUME /ubuntu-init