add devops stages for pipeline

Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..b81e0da
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,5 @@
+FROM ubuntu:16.04
+
+RUN apt-get update && apt-get -y install git make python3 \
+    libcurl4-gnutls-dev libgnutls-dev tox python3-dev \
+    debhelper python3-setuptools python3-all apt-utils