add dockerfile for pipeline, nose

- ready dockerfile for pipeline
- add nose support for test search
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..f1be5ab
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,5 @@
+FROM ubuntu:16.04
+
+RUN apt-get update && apt-get -y install git make python python3 \
+    virtualenv libcurl4-gnutls-dev libgnutls-dev python-pip  python3-pip \
+    debhelper python-stdeb apt-utils