initial code repo
[stor4nfv.git] / src / ceph / src / ceph-detect-init / integration / ubuntu-14.04.dockerfile
diff --git a/src/ceph/src/ceph-detect-init/integration/ubuntu-14.04.dockerfile b/src/ceph/src/ceph-detect-init/integration/ubuntu-14.04.dockerfile
new file mode 100644 (file)
index 0000000..4f7a698
--- /dev/null
@@ -0,0 +1,6 @@
+FROM ubuntu:14.04
+
+RUN apt-get update
+# http://stackoverflow.com/questions/27341064/how-do-i-fix-importerror-cannot-import-name-incompleteread
+RUN apt-get install -y python-setuptools && easy_install -U pip
+RUN apt-get install -y python-virtualenv git