From af5ce4b69d71fb230b7be5259a2a292858cc2e75 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 3 Apr 2019 07:07:21 +0200 Subject: [PATCH] add required package for netdata --- wo/cli/plugins/stack.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wo/cli/plugins/stack.py b/wo/cli/plugins/stack.py index 623e1d1..0b45d53 100644 --- a/wo/cli/plugins/stack.py +++ b/wo/cli/plugins/stack.py @@ -1075,6 +1075,11 @@ class WOStackController(CementBaseController): "/usr/src/netdata.git/") WOExtract.extract(self, '/tmp/netdata.tar.gz', '/usr/src/netdata.git/') + WOShellExec.cmd_exec(self, "apt-get install zlib1g-dev " + "uuid-dev libmnl-dev gcc make " + "git autoconf autoconf-archive " + "autogen automake pkg-config " + "curl -y") WOShellExec.cmd_exec(self, "bash /usr/src/netdata.git/" "netdata-v1.13.0/" "netdata-installer.sh "