| commit | 4b81dfabae6b883bd5cde9c97614bcb410103429 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Wed Apr 18 10:52:18 2018 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Wed Apr 18 11:10:13 2018 -0400 |
| tree | 6f31ecbdae26291f8f903c6624a62e1dc670d0a6 | |
| parent | 88a49630895a6045586e6f547c0b6ad118110f25 [diff] [blame] |
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