Skip to content

Commit ee28eb6

Browse files
committed
Install tzdata in alpine telegraf images
1 parent bd91593 commit ee28eb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

telegraf/1.10/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.8
22

33
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 && \
55
update-ca-certificates
66

77
ENV TELEGRAF_VERSION 1.10.0

telegraf/1.8/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.8
22

33
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 && \
55
update-ca-certificates
66

77
ENV TELEGRAF_VERSION 1.8.3

telegraf/1.9/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.8
22

33
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 && \
55
update-ca-certificates
66

77
ENV TELEGRAF_VERSION 1.9.5

0 commit comments

Comments
 (0)