X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker_image_build%2FDockerfile;h=6af1176f4405d3279019c15094e44b1571296081;hb=517fa345ee49e7205e3d3e0d0fce0391c066c279;hp=57e22bbefc3037c676324909bd7cba27e5f54ee6;hpb=2c8605dc1647ee6a7b7a76c952d2adc6f68be989;p=kvmfornfv.git diff --git a/docker_image_build/Dockerfile b/docker_image_build/Dockerfile index 57e22bbef..6af1176f4 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/colorado +RUN cd /root && git clone https://gerrit.opnfv.org/gerrit/p/yardstick.git -b stable/danube RUN sed -i -e "s/3600/9000/g" /root/yardstick/yardstick/ssh.py RUN cd /root/yardstick && python setup.py install WORKDIR /root