add dockerfile for pipeline, nose
[osm/osmclient.git] / Dockerfile
diff --git a/Dockerfile b/Dockerfile
new file mode 100644 (file)
index 0000000..f1be5ab
--- /dev/null
@@ -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