57e22bbefc3037c676324909bd7cba27e5f54ee6
[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 sed -i -e "s/3600/9000/g" /root/yardstick/yardstick/ssh.py
9 RUN cd /root/yardstick && python setup.py install
10 WORKDIR /root