diff options
Diffstat (limited to 'docker-build.sh')
-rw-r--r-- | docker-build.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docker-build.sh b/docker-build.sh index 462276c32..1112ccb62 100644 --- a/docker-build.sh +++ b/docker-build.sh @@ -17,11 +17,6 @@ apt-get -qq update apt-get -y install zlib1g-dev uuid-dev libmnl-dev gcc make curl git autoconf autogen automake pkg-config netcat-openbsd jq apt-get -y install autoconf-archive lm-sensors nodejs python python-mysqldb python-yaml -# fetch netdata - -git clone https://github.com/firehol/netdata.git /netdata.git --depth=1 -cd /netdata.git - # use the provided installer ./netdata-installer.sh --dont-wait --dont-start-it |