| commit | 952e203c89ffd50b2a4d21ea504d5a6c519ebbf7 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Tue May 09 13:02:32 2017 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Tue May 09 13:02:32 2017 -0400 |
| tree | 96456ba79f3a8a6f4e35c0f611158b663b1fcaa4 | |
| parent | 876cc16aa12e197d3a5b24812951b6c88eb00a36 [diff] [blame] |
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