remove ceph code
[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
deleted file mode 100644 (file)
index 4f7a698..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-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