aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuel-plugin/Dockerfile
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2016-12-14 11:19:02 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-14 11:19:02 +0000
commit9864e17ff636d7fffe39e0a4b68a370ab7cb9f58 (patch)
tree5b82bcdd054d968616a67709e0e790b49196ec17 /src/fuel-plugin/Dockerfile
parent60fa6b4a1116e361a6dbda516679610165dc320d (diff)
parent9a00ce2a39b9c62f1e3605fea3f2642e17b44d24 (diff)
Merge "Build collectd in ubuntu 16.04 docker"
Diffstat (limited to 'src/fuel-plugin/Dockerfile')
-rw-r--r--src/fuel-plugin/Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fuel-plugin/Dockerfile b/src/fuel-plugin/Dockerfile
new file mode 100644
index 00000000..301d796a
--- /dev/null
+++ b/src/fuel-plugin/Dockerfile
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+FROM ubuntu:16.04
+
+RUN apt-get update -y
+RUN apt-get install -y sudo
+
+ADD ./build-collectd.sh /build-collectd.sh