# #Dockerfile for creating image with yardstick and its dependency #packages installed. #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/yardstick && python setup.py install WORKDIR /root