Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / ceph-detect-init / integration / debian-jessie.dockerfile
1 FROM debian:jessie
2
3 RUN apt-get update
4 RUN apt-get install -y python-virtualenv python-pip git
5
6