Skip to content

Commit

Permalink
Add missing tzinfo package (#286)
Browse files Browse the repository at this point in the history
This commit adds the missing tzinfo package. This is required for
timezones to work, for example, when validating Alertmanager
configurations that contain time intervals.
  • Loading branch information
grobinson-grafana committed Jun 14, 2024
1 parent 49e0444 commit 8898eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cortextool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV GOPROXY=https://proxy.golang.org
RUN make clean && make cortextool

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

0 comments on commit 8898eb3

Please sign in to comment.