X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker_image_build%2FDockerfile;h=f292bf2f5dcea8cde1d4a9db7a544a6e51fd25d0;hb=HEAD;hp=6af1176f4405d3279019c15094e44b1571296081;hpb=8e1bfc88c439db6816d6ab11575caecc56d51ca4;p=kvmfornfv.git 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