diff options
author | Areli Fuss <af732p@att.com> | 2017-10-25 17:48:08 +0300 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-10-25 17:48:08 +0300 |
commit | 070b0d6ad6ff87073c3923ed01e6e8644bd30c3d (patch) | |
tree | b759996365190e19ae93e1e890d7e952bd22836a | |
parent | 41b4c5f32b0b9ae84d8e30798487407e0a728a17 (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-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |