| commit | 0d2a2dbc580d5c8db70516850a3e0ad5bbbf8420 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Thu Mar 22 14:57:17 2018 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Thu Mar 22 14:57:17 2018 -0400 |
| tree | 08dacada39e2c0c2b85a9f2a5bd5b0f4656fb4af | |
| parent | 9f671c54453b76634fd9484e572906109339e967 [diff] |
Add Dockerfile for devops build Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..d08f3bb --- /dev/null +++ b/Dockerfile
@@ -0,0 +1,3 @@ +FROM ubuntu:16.04 + +RUN apt-get update && apt-get -y install git build-essential dh-make