Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / ceph-detect-init / integration / ubuntu-14.04.dockerfile
1 FROM ubuntu:14.04
2
3 RUN apt-get update
4 # http://stackoverflow.com/questions/27341064/how-do-i-fix-importerror-cannot-import-name-incompleteread
5 RUN apt-get install -y python-setuptools && easy_install -U pip
6 RUN apt-get install -y python-virtualenv git