diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-11-23 15:49:14 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2016-11-23 15:49:14 +0000 |
commit | 68141d9dac0c08e51d257feef16a79086dd8a2df (patch) | |
tree | f4a0f5d31ed2194b5991130754b297b9c8c076e6 /docker-build.sh | |
parent | Release v. 1.3.0+dfsg-1 to Unstable (diff) | |
parent | New upstream version 1.4.0+dfsg (diff) | |
download | netdata-68141d9dac0c08e51d257feef16a79086dd8a2df.tar.xz netdata-68141d9dac0c08e51d257feef16a79086dd8a2df.zip |
Merge tag 'upstream/1.4.0+dfsg'
Upstream version 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 |