diff options
author | Jiang, Yunhong <yunhong.jiang@intel.com> | 2017-05-16 20:34:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-16 20:34:40 +0000 |
commit | a14b48d18a9ed03ec191cf16b162206998a895ce (patch) | |
tree | b14fd2c602e742ea7466addde0cb93d58c86db28 /docker_image_build | |
parent | 46b981c1a4c45072a6b6a491de4cd949130d0712 (diff) | |
parent | d8eeb9b99d73f72c6a2cc61c05cdc727fdae4910 (diff) |
Merge "Adding breaktrace & disabling timer migration"
Diffstat (limited to 'docker_image_build')
-rw-r--r-- | docker_image_build/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker_image_build/Dockerfile b/docker_image_build/Dockerfile index 6af1176f4..f292bf2f5 100644 --- a/docker_image_build/Dockerfile +++ b/docker_image_build/Dockerfile @@ -4,7 +4,7 @@ #kvmfornfv1 image has all dependency packages installed. # FROM kvmfornfv1:latest -RUN cd /root && git clone https://gerrit.opnfv.org/gerrit/p/yardstick.git -b stable/danube +RUN cd /root && git clone https://gerrit.opnfv.org/gerrit/p/yardstick.git RUN sed -i -e "s/3600/9000/g" /root/yardstick/yardstick/ssh.py RUN cd /root/yardstick && python setup.py install WORKDIR /root |