Moving the collectd version from 5.8 to 5.10
[barometer.git] / docker / barometer-influxdb / Dockerfile
1 FROM influxdb:1.3.7
2
3 RUN wget https://raw.githubusercontent.com/collectd/collectd/collectd-5.10/src/types.db -O /types.db
4 COPY ./influxdb.conf /etc/influxdb/influxdb.conf