Skip to content

Commit 8898eb3

Browse files
Add missing tzinfo package (#286)
This commit adds the missing tzinfo package. This is required for timezones to work, for example, when validating Alertmanager configurations that contain time intervals.
1 parent 49e0444 commit 8898eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cortextool/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV GOPROXY=https://proxy.golang.org
66
RUN make clean && make cortextool
77

88
FROM alpine:3.14
9-
RUN apk add --update --no-cache ca-certificates
9+
RUN apk add --update --no-cache ca-certificates tzdata
1010
COPY --from=build /build_dir/cmd/cortextool/cortextool /usr/bin/cortextool
1111
EXPOSE 80
1212
ENTRYPOINT [ "/usr/bin/cortextool" ]

0 commit comments

Comments
 (0)