aboutsummaryrefslogtreecommitdiff
path: root/influxdb/dockerfile
blob: d3f86a2131e2396f58e109be95c48e4ef4b0339a (plain)
1
2
3
4
5
6
FROM influxdb:1.8

ENV TZ=America/Chicago
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

RUN ./init-influxdb.sh