diff options
author | stark, steven <ss820f@att.com> | 2018-07-11 13:23:11 -0700 |
---|---|---|
committer | stark, steven <ss820f@att.com> | 2018-07-11 13:23:11 -0700 |
commit | d7026326ec179eae23a173a28ef8caf00d3a621f (patch) | |
tree | 8184db262ee18ce684ab27e629f06efe05e334a7 | |
parent | 35a958ef9140643d386df17adc5a67a9433a9ee8 (diff) |
[VVP] jenkins container add boltons
Change-Id: I357f7717059eeb18fea5fb954e3df258b80a4397
Issue-ID: VVP-86
Signed-off-by: stark, steven <ss820f@att.com>
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |