projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f671c5
)
Add Dockerfile for devops build
98/5898/1
author
Mike Marchetti
<mmarchetti@sandvine.com>
Thu, 22 Mar 2018 18:57:17 +0000
(14:57 -0400)
committer
Mike Marchetti
<mmarchetti@sandvine.com>
Thu, 22 Mar 2018 18:57:17 +0000
(14:57 -0400)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Dockerfile
[new file with mode: 0644]
patch
|
blob
diff --git a/Dockerfile
b/Dockerfile
new file mode 100644
(file)
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