From cbf418b6187ca8de8eb5f046e9c63bd8474bb3bd Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 25 May 2015 19:43:19 +0800 Subject: [PATCH] fix --- dashboard/Dockerfile | 12 ------------ dashboard/README.md | 0 2 files changed, 12 deletions(-) delete mode 100644 dashboard/Dockerfile delete mode 100644 dashboard/README.md diff --git a/dashboard/Dockerfile b/dashboard/Dockerfile deleted file mode 100644 index 05ebc26..0000000 --- a/dashboard/Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -FROM ubuntu:14.04 - -RUN apt-get update && apt-get install -y wget collectd nodejs supervisor - -RUN wget https://raw.githubusercontent.com/bpaquet/collectd-influxdb-proxy/master/proxy.js -P /usr/local/bin -RUN wget http://s3.amazonaws.com/influxdb/influxdb_latest_amd64.deb -P /tmp -RUN wget http://grafanarel.s3.amazonaws.com/grafana-1.9.1.tar.gz -P /var/www - -RUN dpkg -i /tmp/influxdb_latest_amd64.deb -RUN tar xzf /var/www/grafana-1.9.1.tar.gz -C /var/www - -CMD supervisord -n diff --git a/dashboard/README.md b/dashboard/README.md deleted file mode 100644 index e69de29..0000000