| commit | 26009a1e53a9c450bcf7fd0631bdcdedea1d1432 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Wed Apr 25 14:57:09 2018 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Wed Apr 25 14:57:09 2018 -0400 |
| tree | a1feec741d06d311e7b076511272ea40354fc214 | |
| parent | c81bb2c7cb3c1db6d87e91449005f85dcd3de200 [diff] [blame] |
Add Dockerfile for pipeline Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..767d3f8 --- /dev/null +++ b/Dockerfile
@@ -0,0 +1,5 @@ +FROM ubuntu:16.04 + +RUN apt-get update && apt-get -y install git make python python3 \ + libcurl4-gnutls-dev libgnutls-dev tox python-dev python3-dev \ + debhelper python-setuptools python-all apt-utils python-magic