aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreli Fuss <af732p@att.com>2017-10-25 17:48:08 +0300
committerAreli Fuss <af732p@att.com>2017-10-25 17:48:08 +0300
commit070b0d6ad6ff87073c3923ed01e6e8644bd30c3d (patch)
treeb759996365190e19ae93e1e890d7e952bd22836a
parent41b4c5f32b0b9ae84d8e30798487407e0a728a17 (diff)
Add environment variable in Dockerfile
Add env variable for enlarging the curl timeout Change-Id: Ib51176b9b5db678fb3a74d3265510eb1f9391808 Issue-Id: VVP-25 Signed-off-by: Areli Fuss <af732p@att.com>
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 819c996..783a156 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -72,6 +72,8 @@ RUN pip install -U pytest pyyaml pytest-tap
USER jenkins
+ENV CURL_CONNECTION_TIMEOUT=60
+
#RUN install-plugins.sh notification workflow-aggregator tap
#Add debug mode for onapp debugging
RUN /bin/bash -x /usr/local/bin/install-plugins.sh notification workflow-aggregator tap