fd1ea5883be98b47e1d8bf24cdd014b03edbe518
[kvmfornfv.git] / docker_image_build / Dockerfile
1 #
2 #Dockerfile for creating image with yardstick and its dependency
3 #packages installed.
4 #kvmfornfv1 image has all dependency packages installed.
5 #
6 FROM kvmfornfv1:latest
7 RUN cd /root && git clone https://gerrit.opnfv.org/gerrit/p/yardstick.git -b stable/colorado
8 RUN cd /root/yardstick && python setup.py install
9 WORKDIR /root