mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-31 02:29:47 +02:00
fix
This commit is contained in:
parent
2ef51e6108
commit
cbf418b618
@ -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
|
Loading…
Reference in New Issue
Block a user