File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM alpine:3.9
2
2
3
3
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
- RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors && \
4
+ RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata && \
5
5
update-ca-certificates
6
6
7
7
ENV TELEGRAF_VERSION 1.10.4
Original file line number Diff line number Diff line change 1
1
FROM alpine:3.9
2
2
3
3
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
- RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors && \
4
+ RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata && \
5
5
update-ca-certificates
6
6
7
7
ENV TELEGRAF_VERSION 1.8.3
Original file line number Diff line number Diff line change 1
1
FROM alpine:3.9
2
2
3
3
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
- RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors && \
4
+ RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata && \
5
5
update-ca-certificates
6
6
7
7
ENV TELEGRAF_VERSION 1.9.5
You can’t perform that action at this time.
0 commit comments