| commit | 6930bc081efa6feb1a7ff8a9cded75eea807f6f5 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Wed May 31 16:33:02 2017 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Mon Jun 05 21:01:35 2017 -0400 |
| tree | 822fad0fc953e4f2d0834070abf1a42d924f5ff8 | |
| parent | 6acd4dc92567bc7b4fab71399cb800afd10c6dea [diff] [blame] |
systest jenkins pipeline Change-Id: I496980ad1dcad1be691587caec41d7d86259a55f Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/systest/Dockerfile b/systest/Dockerfile new file mode 100644 index 0000000..ec30486 --- /dev/null +++ b/systest/Dockerfile
@@ -0,0 +1,6 @@ +FROM ubuntu:16.04 + +RUN apt-get update && apt-get -y install python \ + libcurl4-gnutls-dev libgnutls-dev \ + python-setuptools python-pip git python-pytest \ + charm-tools