diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-11-23 15:49:10 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2016-11-23 15:49:10 +0000 |
commit | 87649cf32bd0e14d5a903fb85b01e9f41a253540 (patch) | |
tree | bbefda6dac074aeb87529592e8e5064f69cbe024 /docker-build.sh | |
parent | Imported Upstream version 1.3.0+dfsg (diff) | |
download | netdata-87649cf32bd0e14d5a903fb85b01e9f41a253540.tar.xz netdata-87649cf32bd0e14d5a903fb85b01e9f41a253540.zip |
New upstream version 1.4.0+dfsgupstream/1.4.0+dfsg
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 |