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/Makefile b/Makefile
index c8b6c39..4fe3b77 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@
 build_tools:
 	sudo apt-get -y install $(BUILD_TOOLS)
 
-package: build_tools
+package:
 	$(VENV_BIN) setup.py --command-packages=stdeb.command bdist_deb
 
 test_flake8: venv