aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-07-11 13:23:11 -0700
committerstark, steven <ss820f@att.com>2018-07-11 13:23:11 -0700
commitd7026326ec179eae23a173a28ef8caf00d3a621f (patch)
tree8184db262ee18ce684ab27e629f06efe05e334a7
parent35a958ef9140643d386df17adc5a67a9433a9ee8 (diff)
[VVP] jenkins container add boltons
Change-Id: I357f7717059eeb18fea5fb954e3df258b80a4397 Issue-ID: VVP-86 Signed-off-by: stark, steven <ss820f@att.com>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 783a156..13691c4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -68,7 +68,7 @@ COPY config.xml /usr/share/jenkins/ref/
RUN mv /usr/local/bin/jenkins.sh /usr/local/bin/upstream_jenkins.sh; \
mv /usr/local/bin/bootstrap /usr/local/bin/jenkins.sh
-RUN pip install -U pytest pyyaml pytest-tap
+RUN pip install -U pytest pyyaml pytest-tap boltons
USER jenkins