summaryrefslogtreecommitdiffstats
path: root/newton/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'newton/docker/Dockerfile')
-rw-r--r--newton/docker/Dockerfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/newton/docker/Dockerfile b/newton/docker/Dockerfile
index e8440e1c..51379089 100644
--- a/newton/docker/Dockerfile
+++ b/newton/docker/Dockerfile
@@ -1,5 +1,11 @@
FROM python:2
+ARG HTTP_PROXY=${HTTP_PROXY}
+ARG HTTPS_PROXY=${HTTPS_PROXY}
+
+ENV http_proxy $HTTP_PROXY
+ENV https_proxy $HTTPS_PROXY
+
ENV MSB_ADDR "127.0.0.1"
ENV MSB_PORT "80"
ENV AAI_ADDR "aai.api.simpledemo.openecomp.org"
@@ -21,4 +27,4 @@ RUN apt-get update && \
pip install -r /opt/newton/requirements.txt
WORKDIR /opt/newton
-CMD /bin/sh -c /opt/newton/run.sh \ No newline at end of file
+CMD /bin/sh -c /opt/newton/run.sh