| commit | 52de972923dc2a6ecb69ba6557e141067edc0f85 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Thu Jun 22 15:18:23 2017 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Thu Jun 22 15:18:23 2017 -0400 |
| tree | 683d563df916be66d101b43dbf7b61fbddae59b9 | |
| parent | 30b8eb7808b49a8eb51b34225c2fd9e834d47df8 [diff] [blame] |
add pipeline stages Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..ff46866 --- /dev/null +++ b/Dockerfile
@@ -0,0 +1,3 @@ +FROM ubuntu:16.04 + +RUN apt-get update && apt-get -y install git make python